Multivariate goodness-of-fit?

8 ビュー (過去 30 日間)
William Neill
William Neill 2016 年 3 月 2 日
回答済み: prabhat kumar sharma 2024 年 6 月 3 日
Does MatLab/MathWorks support procedure(s) to assess goodness-of-fit for simulation models producing outputs of multiple types?

回答 (1 件)

prabhat kumar sharma
prabhat kumar sharma 2024 年 6 月 3 日
Hi William,
Parametric Models and Goodness-of-Fit Statistics: https://www.mathworks.com/help/curvefit/evaluating-goodness-of-fit.html
Using the Curve Fitting Toolbox
The Curve Fitting Toolbox in MATLAB simplifies the process of fitting models to data and evaluating their goodness-of-fit. Here's a basic workflow:
  1. Fit a Model to Your Data: Use functions like fit to fit a curve or surface to your data.
  2. Evaluate the Fit: Use the goodnessOfFit function or access properties of the fitted model object to obtain R-squared, adjusted R-squared, RMSE, and SSE.
  3. Visualize the Fit: Utilize plotting functions to create visualizations that can help in assessing the fit.
Visualizations for Goodness-of-Fit:
  • Plot of Residual
  • Fit Plot
  • Prediction Bounds
I hope it helps!

カテゴリ

Help Center および File ExchangeFit Postprocessing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by