├── Bayesian modelling and updating algorithms ├── Bayesian_modelling .m ├── DEMCMC_algorithm.m ├── EMCMC_algorithm.m ├── MH_algorithm.m ├── PopMCMC_algorithm.m └── error ellipse.txt /Bayesian modelling and updating algorithms: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Bayesian_modelling .m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSherri-eng/Bayesian-Finite-Element-Model-Updating-Using-Evolutionary-Markov-Chain-Monte-Carlo-algorithms/HEAD/Bayesian_modelling .m -------------------------------------------------------------------------------- /DEMCMC_algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSherri-eng/Bayesian-Finite-Element-Model-Updating-Using-Evolutionary-Markov-Chain-Monte-Carlo-algorithms/HEAD/DEMCMC_algorithm.m -------------------------------------------------------------------------------- /EMCMC_algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSherri-eng/Bayesian-Finite-Element-Model-Updating-Using-Evolutionary-Markov-Chain-Monte-Carlo-algorithms/HEAD/EMCMC_algorithm.m -------------------------------------------------------------------------------- /MH_algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSherri-eng/Bayesian-Finite-Element-Model-Updating-Using-Evolutionary-Markov-Chain-Monte-Carlo-algorithms/HEAD/MH_algorithm.m -------------------------------------------------------------------------------- /PopMCMC_algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSherri-eng/Bayesian-Finite-Element-Model-Updating-Using-Evolutionary-Markov-Chain-Monte-Carlo-algorithms/HEAD/PopMCMC_algorithm.m -------------------------------------------------------------------------------- /error ellipse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MSherri-eng/Bayesian-Finite-Element-Model-Updating-Using-Evolutionary-Markov-Chain-Monte-Carlo-algorithms/HEAD/error ellipse.txt --------------------------------------------------------------------------------