| Statistics Toolbox™ | ![]() |
dfittool
dfittool(y)
dfittool(y,cens)
dfittool(y,cens,freq)
dfittool(y,cens,freq,dsname)
dfittool opens a graphical user interface for displaying fit distributions to data. To fit distributions to your data and display them over plots over plots of the empirical distributions, you can import data from the workspace.
dfittool(y) displays the Distribution Fitting Tool and creates a data set with data specified by the vector y.
dfittool(y,cens) uses the vector cens to specify whether the observation y(j) is censored, (cens(j)==1) and/or observed, exactly (cens(j)==0). If cens is omitted or empty, no y values are censored.
dfittool(y,cens,freq) uses the vector freq to specify the frequency of each element of y. If freq is omitted or empty, all y values have a frequency of 1.
dfittool(y,cens,freq,dsname) creates a data set with the name dsname using the data vector y, censoring indicator cens, and frequency vector freq.
For more information, see Distribution Fitting Tool.
![]() | dendrogram | disttool | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |