DistributionFitDTO

constructor(rank: Int, familyId: String, estimatorId: String, rvTypeName: String, displayName: String, parameters: Map<String, Double>, numberOfParameters: Int, success: Boolean, message: String? = null, shift: Double = 0.0, weightedValue: Double? = null, averageRanking: Double? = null, firstRankCount: Int? = null, chiSquaredPValue: Double? = null, goodnessOfFit: GoodnessOfFitDTO? = null, bootstrap: List<BootstrapEstimateDTO>? = null)(source)