Add confidence interval
Some checks reported errors
FarmMaps.Develop/FarmMapsLib/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Willem Dantuma
2020-05-26 17:19:07 +02:00
parent 705d811832
commit f1bfc9fec0
3 changed files with 12 additions and 9 deletions

View File

@@ -22,7 +22,8 @@ export interface IHistogram {
mean: number,
stddev: number,
classes: number,
entries: IHistogramEntry[]
entries: IHistogramEntry[],
confidence?: number;
}
export interface IGradientstop {