Package ECctmc. May 1, 2018

Similar documents
Package validara. October 19, 2017

Package fastdummies. January 8, 2018

Package ramcmc. May 29, 2018

Package wrswor. R topics documented: February 2, Type Package

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package nmslibr. April 14, 2018

Package strat. November 23, 2016

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package kdtools. April 26, 2018

Package elmnnrcpp. July 21, 2018

Package bisect. April 16, 2018

Package SEMrushR. November 3, 2018

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package spark. July 21, 2017

Package canvasxpress

Package triebeard. August 29, 2016

Package semver. January 6, 2017

Package attrcusum. December 28, 2016

Package milr. June 8, 2017

Package nngeo. September 29, 2018

Package calpassapi. August 25, 2018

Package deductive. June 2, 2017

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package postgistools

Package diffusr. May 17, 2018

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package shinyfeedback

Package GauPro. September 11, 2017

Package farver. November 20, 2018

Package gtrendsr. October 19, 2017

Package eply. April 6, 2018

Package pdfsearch. July 10, 2018

Package datasets.load

Package goodpractice

Package readxl. April 18, 2017

Package knitrprogressbar

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package widyr. August 14, 2017

Package readobj. November 2, 2017

Package ompr. November 18, 2017

Package WordR. September 7, 2017

Package modmarg. R topics documented:

Package dbx. July 5, 2018

Package SimilaR. June 21, 2018

Package crochet. January 8, 2018

Package pomdp. January 3, 2019

Package queuecomputer

Package rtext. January 23, 2019

Package coga. May 8, 2018

Package editdata. October 7, 2017

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package rucrdtw. October 13, 2017

Package rgho. R topics documented: January 18, 2017

Package robotstxt. November 12, 2017

Package glcm. August 29, 2016

Package messaging. May 27, 2018

Package geogrid. August 19, 2018

Package RSpectra. May 23, 2018

Package rbgm. May 18, 2018

Package matchingr. January 26, 2018

Package censusapi. August 19, 2018

Package mixsqp. November 14, 2018

Package gtrendsr. August 4, 2018

Package rsppfp. November 20, 2018

Package vinereg. August 10, 2018

Package combiter. December 4, 2017

Package filematrix. R topics documented: February 27, Type Package

Package barcoder. October 26, 2018

Package phrasemachine

Package lumberjack. R topics documented: July 20, 2018

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package clipr. June 23, 2018

Package internetarchive

Package virustotal. May 1, 2017

Package PUlasso. April 7, 2018

Package effectr. January 17, 2018

Package jpmesh. December 4, 2017

Package RODBCext. July 31, 2017

Package edfreader. R topics documented: May 21, 2017

Package githubinstall

Package data.world. April 5, 2018

Package ECOSolveR. February 18, 2018

Package fitbitscraper

Package mfbvar. December 28, Type Package Title Mixed-Frequency Bayesian VAR Models Version Date

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package projector. February 27, 2018

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package geoops. March 19, 2018

Package sfc. August 29, 2016

Package bayesdp. July 10, 2018

Package splithalf. March 17, 2018

Package stapler. November 27, 2017

Package liftr. R topics documented: May 14, Type Package

Package labelvector. July 28, 2018

Package reconstructr

Package bikedata. April 27, 2018

Package TrafficBDE. March 1, 2018

Package benchmarkme. R topics documented: February 26, Type Package Title Crowd Sourced System Benchmarks Version 0.2.

Package balance. October 12, 2018

Package rnn. R topics documented: June 21, Title Recurrent Neural Network Version 0.8.1

Transcription:

Type Package Package ECctmc May 1, 2018 Title Simulation from Endpoint-Conditioned Continuous Time Markov Chains Version 0.2.5 Date 2018-04-30 URL https://github.com/fintzij/ecctmc BugReports https://github.com/fintzij/ecctmc/issues Draw sample paths for endpointconditioned continuous time Markov chains via modified rejection sampling or uniformization. License GPL-3 LazyData TRUE Imports Rcpp (>= 0.12.16) LinkingTo Rcpp, RcppArmadillo RoxygenNote 6.0.1 Suggests knitr, rmarkdown, testthat VignetteBuilder knitr NeedsCompilation yes Author Jon Fintzi [aut, cre] Maintainer Jon Fintzi <fintzij@uw.edu> Repository CRAN Date/Publication 2018-05-01 09:41:03 UTC R topics documented: comp_expmat........................................ 2 sample_path......................................... 2 sample_path_mr....................................... 3 sample_path_unif...................................... 3 sample_path_unif2..................................... 4 sample_path_unif3..................................... 5 1

2 sample_path Index 6 comp_expmat Compute the matrix exponential. Compute the matrix exponential. comp_expmat() matrix Matrix exponential of sample_path Sample path from the distribution of an endpoint-conditioned CTMC. Sample path from the distribution of an endpoint-conditioned CTMC. sample_path(a, b, t0, t1,, method = "mr", npaths = 1, eigen_vals = NULL, eigen_vecs = NULL, inverse_vecs = NULL, P = NULL) a, b States at the left and right endpoints of the interval, given as row numbers of the t0, t1 Times for the left and right endpoints of the interval. method npaths eigen_vals. Either "mr" corresponding to modified rejection sampling, or "unif" for uniformization. optional argument for the number of sample paths to simulate. optional vector of eigen values of (assumes all eigen values are real). eigen_vecs optional matrix of eigen vectors of. inverse_vecs P optional inverse of the eigen vector matrix. optional transition probability matrix over the interval

sample_path_mr 3 sample_path returns either a matrix with a sample path or a list of matrices of sample paths. Examples sample_path(1, 2, 0, 5, matrix(c(-0.49, 0.49, 0.51, -0.51), nrow = 2, byrow = TRUE)) sample_path_mr Simulate a sample path from an endpoint conditioned CTMC by modified rejection sampling. Simulate a sample path from an endpoint conditioned CTMC by modified rejection sampling. sample_path_mr(a, b, t0, t1, ) the. sample_path_unif Simulate a sample path from an endpoint conditioned CTMC by uniformization. Simulate a sample path from an endpoint conditioned CTMC by uniformization. sample_path_unif(a, b, t0, t1, )

4 sample_path_unif2 the. sample_path_unif2 Simulate a sample path from an endpoint conditioned CTMC by uniformization using pre-computed eigen-values (assumes that all eigenvalues are real). Simulate a sample path from an endpoint conditioned CTMC by uniformization using pre-computed eigen-values (assumes that all eigenvalues are real). sample_path_unif2(a, b, t0, t1,, eigen_vals, eigen_vecs, inverse_vecs) the. eigen_vals vector of eigen values of. eigen_vecs matrix of eigen vectors of. inverse_vecs inverse of the eigen vector matrix.

sample_path_unif3 5 sample_path_unif3 Simulate a sample path from an endpoint conditioned CTMC by uniformization using a pre-computed transition probability matrix. Simulate a sample path from an endpoint conditioned CTMC by uniformization using a pre-computed transition probability matrix. sample_path_unif3(a, b, t0, t1,, P) the. P CTMC transition probability matrix over the interval.

Index comp_expmat, 2 sample_path, 2 sample_path_mr, 3 sample_path_unif, 3 sample_path_unif2, 4 sample_path_unif3, 5 6