ComputeMultiEntryPerturbationExpectation: Compute Multi Entry Perturbation Expectation

Description Usage Arguments Value Examples

View source: R/ComputeMultiEntryPerturbationExpectation.R

Description

This function takes a jacobian matrix and computes the multi-entry perturbation expectation.

Usage

1
2
3
4
5
6
ComputeMultiEntryPerturbationExpectation(
  input_file,
  num_iterates = 1000,
  interval_length = 0.01,
  threads = 1
)

Arguments

input_file

Input comma separated file for the jacobian matrix.

num_iterates

Number of iterates in the Monte Carlo sampling to perform. Default: 10000

interval_length

Interval length over which to make the perturbations. Default: 0.01

threads

Number of threads to use. Default: 1

Value

returns a scalar

Examples

1
2
3
4
5
6
## Not run: 
infile <- system.file("extdata", "Modules", "IGP.csv", 
    package = "PressPurt") 
ComputeMultiEntryPerturbationExpectation(input_file = infile)

## End(Not run)

PressPurt documentation built on Oct. 23, 2020, 8:07 p.m.