Type alias Distribution

Distribution: {
    mean: number;
    sigma: number;
}

Type declaration

  • mean: number
  • sigma: number