ComputeMultiEntryPerturbationExpectation {PressPurt} | R Documentation |
Compute Multi Entry Perturbation Expectation
Description
This function takes a jacobian matrix and computes the multi-entry perturbation expectation.
Usage
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
## Not run:
infile <- system.file("extdata", "Modules", "IGP.csv",
package = "PressPurt")
ComputeMultiEntryPerturbationExpectation(input_file = infile)
## End(Not run)
[Package PressPurt version 1.0.2 Index]