Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac0690d

Browse files
committed
Add Float64Data.Quartiles documentation
1 parent fe956f0 commit ac0690d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

DOCUMENTATION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ MIT License Copyright (c) 2014-2020 Montana Flynn (<a href="https://montanaflynn
129129
* [func (f Float64Data) PopulationVariance() (float64, error)](#Float64Data.PopulationVariance)
130130
* [func (f Float64Data) Quartile(d Float64Data) (Quartiles, error)](#Float64Data.Quartile)
131131
* [func (f Float64Data) QuartileOutliers() (Outliers, error)](#Float64Data.QuartileOutliers)
132+
* [func (f Float64Data) Quartiles() (Quartiles, error)](#Float64Data.Quartiles)
132133
* [func (f Float64Data) Sample(n int, r bool) ([]float64, error)](#Float64Data.Sample)
133134
* [func (f Float64Data) SampleVariance() (float64, error)](#Float64Data.SampleVariance)
134135
* [func (f Float64Data) Sigmoid() ([]float64, error)](#Float64Data.Sigmoid)
@@ -1030,6 +1031,15 @@ QuartileOutliers finds the mild and extreme outliers
10301031

10311032

10321033

1034+
### <a name="Float64Data.Quartiles">func</a> (Float64Data) [Quartiles](/data.go?s=5628:5679#L167)
1035+
``` go
1036+
func (f Float64Data) Quartiles() (Quartiles, error)
1037+
```
1038+
Quartiles returns the three quartile points from instance of Float64Data
1039+
1040+
1041+
1042+
10331043
### <a name="Float64Data.Sample">func</a> (Float64Data) [Sample](/data.go?s=4208:4269#L121)
10341044
``` go
10351045
func (f Float64Data) Sample(n int, r bool) ([]float64, error)

0 commit comments

Comments
 (0)