File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
10351045func (f Float64Data) Sample(n int, r bool) ([]float64, error)
You can’t perform that action at this time.
0 commit comments