interface Stats {
    mean: number;
    std: number;
}

Properties

Properties

mean: number
std: number