Description Usage Arguments Value Other Functions Required Author(s)
This function performs isotonic regression of an input set of values so that the output set of values is a nondecreasing sequence. The output set of values is truncated to the range: [minval, maxval].
1 | isotonic(y, minval, maxval)
|
y |
Vector of the set of values on which to perform isotonic regression. |
minval |
Minimum value for the output set of values. |
maxval |
Maximum value for the output set of values. |
The revised set of input values
Other Functions Required: sorted - determine whether a set of values is a nondecreasing sequence
sorted
determines whether a set of values is a nondecreasing sequence
Tom Kincaid Kincaid.Tom@epa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.