PriorModel¶
- class beast.physicsmodel.priormodel.PriorModel(model, allowed_models=None)[source]¶
Bases:
objectCompute the priors as weights given the input grid
Initialize with basic information
- Parameters:
- model: dict
Choice of model type
Methods Summary
__call__(x[, y])Weights based on input model choice
Methods Documentation