R/stat2003.R

#' stat2003: A package for STAT2003 course at University College London
#'
#' Package stat2003 provides some functions about some aspects of stochastic processes,
#' e.g. discrete-time and continuous-time Markov chains, which is suitable for students
#' who are studying STAT2003 at UCL. This package can help students to study the course,
#' simulate processES into graphs and also can help them to check the answers of
#' problem sheets.
#'
#' @family Functions for discrete-time Markov chain
#' @seealso \code{\link{stat2003.d-class}}  A class type of discrete-time finite
#' state space Markov chain in stat2003 package.
#' @seealso \code{\link{stat2003.bd-class}} A class type of linear
#' birth-death in stat2003 package.
#'
#' @docType package
#' @name stat2003
#' @import methods
#' @importFrom stats runif
NULL
paulnorthrop/stat2003 documentation built on May 24, 2019, 10:31 p.m.