Java org.jfree.data.function NormalDistributionFunction2D fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.function NormalDistributionFunction2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.function NormalDistributionFunction2D.

The text is from its open source code.

Constructor

NormalDistributionFunction2D(double mean, double std)
Constructs a new normal distribution function.

Method

doublegetMean()
Returns the mean for the function.
doublegetStandardDeviation()
Returns the standard deviation for the function.
inthashCode()
Returns a hash code for this instance.