In file C:\xampp\htdocs\eclass\include\action.php on line 25 : Unable to execute statement:"Table '.\eclass\actions_daily' is marked as crashed and should be repaired", sqlstate:"145", errornum:"HY000", statement:"SELECT id, TIME_TO_SEC(TIMEDIFF(NOW(), last_update)) AS diff, module_id FROM actions_daily WHERE user_id = ? AND course_id = ? AND day = DATE(NOW()) ORDER BY last_update DESC LIMIT 1", elapsed:0.001

In file C:\xampp\htdocs\eclass\include\action.php on line 50 : Unable to execute statement:"Table '.\eclass\actions_daily' is marked as crashed and should be repaired", sqlstate:"145", errornum:"HY000", statement:"SELECT id FROM actions_daily WHERE user_id = ? AND module_id = ? AND course_id = ? AND day = '2024-07-22'", elapsed:0.002

In file C:\xampp\htdocs\eclass\include\action.php on line 71 : Unable to execute statement:"Table '.\eclass\actions_daily' is marked as crashed and should be repaired", sqlstate:"145", errornum:"HY000", statement:"INSERT INTO actions_daily SET user_id = ?, module_id = ?, course_id = ?, hits = 1, duration = 900, day = '2024-07-22' , last_update = NOW() ", elapsed:0.001

Αρχειοθετημένη Πλατφόρμα Τηλεκπαίδευσης Πανεπιστημίου Θεσσαλίας | Uncertainty Quantification in En... | Sampling Techniques
Sampling Techniques

Sampling techniques are used to tackle the complex computations which arise in Bayesian calculations. These calculations involve probability integrals in high-dimensional spaces which cannot be solved analytically. Sampling methods are used to draw samples from probability distributions and use these samples to perform further important computations.

Lecture 12 - Stochastic Simulation Algorithms for Bayesian Computations. Drawing samples from a pdf. Monte Carlo integration of important Bayesian integrals.

Introduction to Stochastic Simulation Algorithms for Bayesian Computations. The concept of the representation of the posterior pdf with samples is discussed and compared to previously discussed asymptotic approximations. Next, the question of how to draw samples from a probability distribution is addressed and demonstrated with examples. Next, Monte Carlo integration is described to approximate probability integrals with finite sums using the drawn samples. Important properties of the sums are derived using the Law of Large Numbers and the Central Limit Theorem. Finally, the estimation of the model evidence integral and the robust prediction integral is discussed using samples.

Lecture 13 - Markov Chain Monte Carlo algorithms. Metropolis-Hasting algorithm for probability distribution sampling. Uncertainty propagation using posterior samples.

Introduction to Markov Chain Monte Carlo algorithms and their applications. Markov Chains and the Metropolis-Hastings algorithm for drawing samples from any complex distribution. The Metropolis-Hastings algorithm is explained thoroughly, and illustrative videos of its use are shown for different configurations of parameters. Finally, the propagation of uncertainty is discussed on the basis of the posterior samples from the Metropolis-Hastings algorithm.

Theory #14
Theory #15