![]() |
![]() |
|
PLS_Toolbox Documentation: distfit | < cqtool | ensurep > |
distfit
Purpose
Chitest for all distributions.
Synopsis
res = distfit(x,options)
Description
This command will perform the chi-squared test for all supported distributions and then present a list of the supported distributions from the most likely parent distribution to the least likely (along with the associated p-values).The default behavior is to display a figure containing the results. This can be disabled using options.
NOTE: Some distributions will ignore parts of the sample that are not part of the supported range.
INPUTS:
OUTPUTS:
The return value is a structure with fields:
Options:
Examples
distfit(x)
See Also
chitest
< cqtool | ensurep > |