How to make reliability diagram for continuous variable ?

1 Ansicht (letzte 30 Tage)
Nitesh Patidar
Nitesh Patidar am 24 Mai 2016
Beantwortet: Ningshan Li am 11 Jun. 2019
I have a forecast variable
f=[0.2 0.5 0.7 1 0.9]
and corresponding observed values
o=[0.1 0.4 0.5 0.9 1 ]
How to estimate forecast probabilities and observed relative frequencies for reliability diagram.
Thanks

Antworten (1)

Ningshan Li
Ningshan Li am 11 Jun. 2019
In Python, you could simply use sklearn.calibration.calibration_curve to get the elements for ploting reliability diagram (or calibaration curve). Even you can use a higer-level package scikitplot.metrics.plot_calibration_curve to directly produce a drawed figure.
Unfortunately there is no similar official functions in Matlab as I known, but there is a custom function PLOTRELIABILITY by @Skynet. You can try this function, or make your own functions based on this one.

Kategorien

Mehr zu Probability Distributions and Hypothesis Tests finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by