Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 448 Bytes

BayesianNormalStatsRep.md

File metadata and controls

20 lines (14 loc) · 448 Bytes

LaunchDarklyApi::BayesianNormalStatsRep

Properties

Name Type Description Notes
data_weight Float The precision weight of the data mean [optional]
prior_mean Float Mean of the prior distribution [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::BayesianNormalStatsRep.new(
  data_weight: null,
  prior_mean: null
)