gnu-octave / statistics

The Statistics package for GNU Octave
GNU General Public License v3.0
23 stars 20 forks source link

`plot` method for probability distribution objects #129

Open pr0m1th3as opened 5 months ago

pr0m1th3as commented 5 months ago

The plot method for the probability distribution objects is partially implemented. The input validation logic works as expected, but the actual plotting is not yet implemented. This needs to be addressed for next release.

pr0m1th3as commented 2 months ago

The plot method for probability distribution objects has been partially implemented to allow plotting PDF and superimposing it over histograms of fitted data as of release 1.6.6. "cdf" and "probability" PlotType options are still missing.