fixed typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2d1f32440
commit
b256ebda96
|
@ -95,7 +95,7 @@ public class Variance extends AbstractStorelessUnivariateStatistic implements Se
|
||||||
/**
|
/**
|
||||||
* Constructs a Variance based on an external second moment.
|
* Constructs a Variance based on an external second moment.
|
||||||
*
|
*
|
||||||
* @param m2 the SecondMoment (Thrid or Fourth moments work
|
* @param m2 the SecondMoment (Third or Fourth moments work
|
||||||
* here as well.)
|
* here as well.)
|
||||||
*/
|
*/
|
||||||
public Variance(final SecondMoment m2) {
|
public Variance(final SecondMoment m2) {
|
||||||
|
@ -122,7 +122,7 @@ public class Variance extends AbstractStorelessUnivariateStatistic implements Se
|
||||||
*
|
*
|
||||||
* @param isBiasCorrected setting for bias correction - true means
|
* @param isBiasCorrected setting for bias correction - true means
|
||||||
* bias will be corrected
|
* bias will be corrected
|
||||||
* @param m2 the SecondMoment (Thrid or Fourth moments work
|
* @param m2 the SecondMoment (Third or Fourth moments work
|
||||||
* here as well.)
|
* here as well.)
|
||||||
*/
|
*/
|
||||||
public Variance(boolean isBiasCorrected, SecondMoment m2) {
|
public Variance(boolean isBiasCorrected, SecondMoment m2) {
|
||||||
|
|
Loading…
Reference in New Issue