[]
Create an instance of TestSeries.
public TestSeries(int npts = 100, bool hasNaNs = false)
| Type | Name | Description |
|---|---|---|
| int | npts | |
| bool | hasNaNs |
Create an instance of TestSeries.
public TestSeries(double[] x, double[] y)
| Type | Name | Description |
|---|---|---|
| double[] | x | |
| double[] | y |