Plotpct: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 5: | Line 5: | ||
===Description=== | ===Description=== | ||
Creates a percentile plot of the input (x). Plotted percentiles of centered and scaled x(i) versus i/(N+1). | Creates a percentile plot of the input (x). Plotted percentiles of centered and scaled x(i) versus i/(N+1). | ||
INPUTS | ====INPUTS==== | ||
* x = matrix (column vector) in which the sample data is stored. | * '''x''' = matrix (column vector) in which the sample data is stored. | ||
===Examples=== | ===Examples=== | ||
plotpct(x) | plotpct(x) | ||
===See Also=== | ===See Also=== | ||
[[plotcqq]], [[plotedf]], [[plotqq]], [[plotkd]] | [[plotcqq]], [[plotedf]], [[plotqq]], [[plotkd]] |