Polar Help

Statistic Interface

Introduction

The Statistic interface provides methods to access statistical information.

Methods

runningAverage

double runningAverage();

Description:

Gets the running average of the statistic.

Returns:

The running average as a double.

runningMedian

double runningMedian();

Description:

Gets the running median of the statistic.

Returns:

The running median as a double.

runningDeviation

double runningDeviation();

Description:

Gets the running standard deviation of the statistic.

Returns:

The running standard deviation as a double.

sampleCount

long sampleCount();

Description:

Gets the number of samples collected for the statistic.

Returns:

The sample count as a long.