添加正态分布数据总数

yun-zuoyi
wynne1005 5 years ago
parent 9563ebeb66
commit a580c70c04

@ -32,6 +32,9 @@ public class NormalDistributionModel {
@ApiParam("数据个数")
private Integer totalCount;
@ApiParam("数据总数")
private Double totalDataSum;
@ApiParam("平均均值")
private Double xbarbar;

Loading…
Cancel
Save