| Contents | Index |
Number of segments
n = nsegments(obj)
n = nsegments(obj) returns the number of segments n in the piecewise distribution object obj.
Fit Pareto tails to a t distribution at cumulative probabilities 0.1 and 0.9:
t = trnd(3,100,1);
obj = paretotails(t,0.1,0.9);
n = nsegments(obj)
n =
3boundary | paretotails | segment
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |