Example usage for org.apache.commons.math.distribution NormalDistribution interface-usage

List of usage examples for org.apache.commons.math.distribution NormalDistribution interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.distribution NormalDistribution interface-usage.

Usage

From source file org.openshra.common.distribution.LogNormalDistribution.java

public class LogNormalDistribution extends AbstractContinuousDistribution implements NormalDistribution {

    private static final long serialVersionUID = 2333436780378218297L;

    private double mean = 0;
    private double standardDeviation = 1;