Example usage for org.apache.commons.math3.stat.descriptive DescriptiveStatistics subclass-usage

List of usage examples for org.apache.commons.math3.stat.descriptive DescriptiveStatistics subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.stat.descriptive DescriptiveStatistics subclass-usage.

Usage

From source file org.wso2.extension.siddhi.execution.var.models.util.CustomDescriptiveStatistics.java

public class CustomDescriptiveStatistics extends DescriptiveStatistics {

    private double mean;
    private double std;
    private Double previousMean = null;
    private Double previousStd = null;