Header menu logo bristlecone

Regression Module

Functions and values

Function or value Description

slopeAndPValue x y

Full Usage: slopeAndPValue x y

Parameters:
    x : 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.

x : float[]
y : float[]
Returns: float * float

Type something to start searching.