create

fun create(coefficients: DoubleArray, lowerBound: Double = Double.NEGATIVE_INFINITY, upperBound: Double = Double.POSITIVE_INFINITY, name: String? = null): MetalogDistribution(source)

Builds a metalog of the appropriate arity for the supplied coefficients, which must number between two and six. This is the general entry point when the number of terms is decided at run time, as it is during distribution fitting.