Statistics

public class Statistics

Descriptive metrics of this Variable.

Fields

deviance

private Double deviance

See Deviance (Wikipedia).

firstQuartile

private String firstQuartile

Splits off the lowest 25% of the values (ValidResponses) of this Variable from the highest 75%. Must not contain more than 32 characters.

highWhisker

private Double highWhisker

The highest value still within 1.5 IQR of the third quartile.

kurtosis

private Double kurtosis

See Kurtosis (Wikipedia).

lowWhisker

private Double lowWhisker

The lowest value still within 1.5 IQR of the first quartile.

maximum

private String maximum

The maximum of the values (ValidResponses) of this Variable. Must not contain more than 32 characters.

meanDeviation

private Double meanDeviation

See Mean Absolute Deviation (Wikipedia).

meanValue

private Double meanValue

The arithmetic mean of the values (ValidResponses) of this Variable.

median

private String median

The median is the value separating the higher half from the lower half of the values (ValidResponses) of this Variable. Must not contain more than 32 characters.

minimum

private String minimum

The minimum of the values (ValidResponses) of this Variable. Must not contain more than 32 characters.

mode

private String mode

The mode is the value (ValidResponse) that appears most often.

skewness

private Double skewness

See Skewness (Wikipedia).

standardDeviation

private Double standardDeviation

Measure that is used to quantify the amount of variation of the values (ValidResponses) of this Variable.

thirdQuartile

private String thirdQuartile

Splits off the highest 25% of the values (ValidResponses) of this Variable from the lowest 75%. Must not contain more than 32 characters.