Add confidence interval
Some checks reported errors
FarmMaps.Develop/FarmMapsLib/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
FarmMaps.Develop/FarmMapsLib/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@@ -22,7 +22,8 @@ export interface IHistogram {
|
||||
mean: number,
|
||||
stddev: number,
|
||||
classes: number,
|
||||
entries: IHistogramEntry[]
|
||||
entries: IHistogramEntry[],
|
||||
confidence?: number;
|
||||
}
|
||||
|
||||
export interface IGradientstop {
|
||||
|
Reference in New Issue
Block a user