combineDistn.fn: A simple way to sample from multiple models with no...

View source: R/Utilities.R

combineDistn.fnR Documentation

A simple way to sample from multiple models with no correlation between parameters

Description

A simple way to sample from multiple models with no correlation between parameters

Usage

combineDistn.fn(totSamps, means, stds, wts = 1)

Arguments

totSamps

Total number of samples across all models

means

The means of the parameter for each model

stds

The standard deviations of the parameter for each model

wts

The weight for each model. A single value is equal weighting. Standardized to 1.


allanhicks/Ensemble documentation built on Feb. 16, 2024, 1:37 a.m.