Bayesian Polynomial Curve Fitting

An implementation of the example from Bishop, Pattern Recognition and Machine Learning, 2006
327 téléchargements
Mise à jour 31 août 2018

Afficher la licence

This code implements the Bayesian curve fitting example in Section 1.2.6 of [1], where a D-degree polynomial is sequentially fitted to N data points generated from a sine function. The output is a plot of the predictive distribution and the mean estimate of the fitted polynomial. Various parameters, i.e. alpha, beta, in the code can be modified to see their effect to the fit.

You have the option to output as GIF as well.

Reference:
[1] Bishop, Pattern Recognition and Machine Learning, 2006.

Citation pour cette source

Karl Ezra Pilario (2024). Bayesian Polynomial Curve Fitting (https://www.mathworks.com/matlabcentral/fileexchange/68675-bayesian-polynomial-curve-fitting), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2018a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0