Searched refs:isBiasCorrected (Results 1 - 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DStandardDeviation.java27 * {@link Variance} instance. The <code>isBiasCorrected</code> property of the
52 * instance's <code>isBiasCorrected</code> property to true.
79 * <code>isBiasCorrected</code> property. If this property is set to
84 * @param isBiasCorrected whether or not the variance computation will use
87 public StandardDeviation(boolean isBiasCorrected) { argument
88 variance = new Variance(isBiasCorrected);
93 * <code>isBiasCorrected</code> property and the supplied external moment.
94 * If <code>isBiasCorrected</code> is set to <code>true</code>, the
98 * @param isBiasCorrected whether or not the variance computation will use
102 public StandardDeviation(boolean isBiasCorrected, SecondMomen argument
236 public boolean isBiasCorrected() { method in class:StandardDeviation
243 setBiasCorrected(boolean isBiasCorrected) argument
[all...]
H A DVectorialCovariance.java43 private final boolean isBiasCorrected; field in class:VectorialCovariance
50 * @param isBiasCorrected if true, computed the unbiased sample covariance,
53 public VectorialCovariance(int dimension, boolean isBiasCorrected) { argument
57 this.isBiasCorrected = isBiasCorrected;
89 double c = 1.0 / (n * (isBiasCorrected ? (n - 1) : n));
126 result = prime * result + (isBiasCorrected ? 1231 : 1237);
141 if (isBiasCorrected != other.isBiasCorrected)
H A DVariance.java55 * be computed using this statistic. The <code>isBiasCorrected</code>
88 private boolean isBiasCorrected = true; field in class:Variance
91 * Constructs a Variance with default (true) <code>isBiasCorrected</code>
110 * Constructs a Variance with the specified <code>isBiasCorrected</code>
113 * @param isBiasCorrected setting for bias correction - true means
117 public Variance(boolean isBiasCorrected) { argument
119 this.isBiasCorrected = isBiasCorrected;
123 * Constructs a Variance with the specified <code>isBiasCorrected</code>
126 * @param isBiasCorrected settin
131 Variance(boolean isBiasCorrected, SecondMoment m2) argument
571 public boolean isBiasCorrected() { method in class:Variance
[all...]
H A DSemiVariance.java115 * Constructs a SemiVariance with the specified <code>isBiasCorrected</code>
308 public boolean isBiasCorrected() { method in class:SemiVariance
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 292 milliseconds