1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
export("name<-")
export(ExpectedTime)
export(absorptionProbabilities)
export(assessOrder)
export(assessStationarity)
export(committorAB)
export(createSequenceMatrix)
export(ctmcFit)
export(expectedRewards)
export(expectedRewardsBeforeHittingA)
export(firstPassage)
export(firstPassageMultiple)
export(fitHighOrderMultivarMC)
export(fitHigherOrder)
export(freq2Generator)
export(generatorToTransitionMatrix)
export(impreciseProbabilityatT)
export(inferHyperparam)
export(is.CTMCirreducible)
export(is.TimeReversible)
export(markovchainFit)
export(markovchainListFit)
export(markovchainSequence)
export(meanAbsorptionTime)
export(meanFirstPassageTime)
export(meanRecurrenceTime)
export(multinomialConfidenceIntervals)
export(name)
export(noofVisitsDist)
export(period)
export(predictHommc)
export(predictiveDistribution)
export(priorDistribution)
export(probabilityatT)
export(rctmc)
export(rmarkovchain)
export(seq2freqProb)
export(seq2matHigh)
export(states)
export(transition2Generator)
export(verifyEmpiricalToTheoretical)
export(verifyHomogeneity)
export(verifyMarkovProperty)
exportClasses(HigherOrderMarkovChain)
exportClasses(ctmc)
exportClasses(hommc)
exportClasses(markovchain)
exportClasses(markovchainList)
exportMethods("!=")
exportMethods("*")
exportMethods("==")
exportMethods("[")
exportMethods("[[")
exportMethods("^")
exportMethods(absorbingStates)
exportMethods(canonicForm)
exportMethods(coerce)
exportMethods(communicatingClasses)
exportMethods(conditionalDistribution)
exportMethods(dim)
exportMethods(hittingProbabilities)
exportMethods(is.accessible)
exportMethods(is.irreducible)
exportMethods(is.regular)
exportMethods(meanNumVisits)
exportMethods(plot)
exportMethods(predict)
exportMethods(print)
exportMethods(recurrentClasses)
exportMethods(recurrentStates)
exportMethods(show)
exportMethods(steadyStates)
exportMethods(summary)
exportMethods(t)
exportMethods(transientClasses)
exportMethods(transientStates)
exportMethods(transitionProbability)
import(Matrix)
import(igraph)
import(methods)
import(parallel)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(expm,"%^%")
importFrom(expm,logm)
importFrom(grDevices,colors)
importFrom(stats,aggregate)
importFrom(stats,chisq.test)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,rexp)
importFrom(stats,sd)
importFrom(stats4,plot)
importFrom(stats4,summary)
importFrom(utils,packageDescription)
useDynLib(markovchain, .registration = TRUE)
|