Uses of Class
dk.alexandra.fresco.stat.regression.linear.SimpleLinearRegression.SimpleLinearRegressionResult
| Package | Description |
|---|---|
| dk.alexandra.fresco.stat | |
| dk.alexandra.fresco.stat.regression.linear |
-
Uses of SimpleLinearRegression.SimpleLinearRegressionResult in dk.alexandra.fresco.stat
Methods in dk.alexandra.fresco.stat that return types with arguments of type SimpleLinearRegression.SimpleLinearRegressionResult Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<SimpleLinearRegression.SimpleLinearRegressionResult>DefaultStatistics. simpleLinearRegression(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> x, List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> y)dk.alexandra.fresco.framework.DRes<SimpleLinearRegression.SimpleLinearRegressionResult>Statistics. simpleLinearRegression(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> x, List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> y)Compute simple linear regression on two samples. -
Uses of SimpleLinearRegression.SimpleLinearRegressionResult in dk.alexandra.fresco.stat.regression.linear
Methods in dk.alexandra.fresco.stat.regression.linear that return types with arguments of type SimpleLinearRegression.SimpleLinearRegressionResult Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<SimpleLinearRegression.SimpleLinearRegressionResult>SimpleLinearRegression. buildComputation(dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric root)