powered by
This function takes a jacobian matrix and computes the multi-entry perturbation expectation.
ComputeMultiEntryPerturbationExpectation( input_file, num_iterates = 1000, interval_length = 0.01, threads = 1 )
Input comma separated file for the jacobian matrix.
Number of iterates in the Monte Carlo sampling to perform. Default: 10000
Interval length over which to make the perturbations. Default: 0.01
Number of threads to use. Default: 1
returns a scalar
# NOT RUN { infile <- system.file("extdata", "Modules", "IGP.csv", package = "PressPurt") ComputeMultiEntryPerturbationExpectation(input_file = infile) # }
Run the code above in your browser using DataLab