Java org.apache.commons.math.distribution WeibullDistributionImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.distribution WeibullDistributionImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.distribution WeibullDistributionImpl.

The text is from its open source code.

Constructor

WeibullDistributionImpl(double alpha, double beta)
Creates weibull distribution with the given shape and scale and a location equal to zero.