Regression Module
Functions and values
| Function or value |
Description
|
Full Usage:
slopeAndPValue x y
Parameters:
float[]
y : float[]
Returns: float * float
|
Returns (slope, p-value) for the slope coefficient in simple linear regression. p-value is NaN if the data is perfectly flat.
|
bristlecone