Description Usage Arguments Value Examples
Given matrix input with d dimension, this function applies Importance Sampling algorithm and it chooses the best value of the mean value of the importance density automatically. Performs better in rare event simulation. sim.IS checks the input size and returns elements accordingly. If the input value is a list of one element it only updates the simulated value with importance weight and returns that value. If the input value has a dimension bigger than 1, weight values are added separately as another input of the list.
1 |
zm |
A matrix with dimension d and length n. |
use_pilot_study |
TRUE if user wants to choose muis parameter automatically. |
muis |
mean parameter of the importance density. |
sis |
standard deviation parameter of the importance density. |
q.is |
q function that sim.IS function gets target vectors to apply variance reduction. |
... |
ellipsis parameter. different parameters can be passed depending on the problem. |
Weighted simulated values or weights and simulated values are added to input list depending on the initial input size.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.