rand_parameters: Generate random samples of diffusion curve parameters given...

Description Usage Arguments

Description

Generate random samples of diffusion curve parameters given elicitation inputs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
rand_parameters(expert, n = 1, type = c("continuous", "discrete"), ...)

## S3 method for class 'expert'
rand_parameters(expert, n = 100, max_try = 20,
  type = c("continuous", "discrete"), ...)

## S3 method for class 'experts'
rand_parameters(expert, n = 100,
  method = c("mixture", "average"), type = c("continuous", "discrete"),
  max_try = 20, ...)

Arguments

type

"continuous" or "discrete" time

...
max_try

maximium tests if parameters are infeasible

method

aggregation method of "mixture" or "average"


Sheffield-Diffusion-Curve/DCGen documentation built on May 30, 2019, 1:35 p.m.