File: DiscrSI.Rd

package info (click to toggle)
r-cran-epiestim 2.2-4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 636 kB
  • sloc: sh: 15; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/compatibility.R
\name{DiscrSI}
\alias{DiscrSI}
\title{Function to ensure compatibility with EpiEstim versions <2.0}
\usage{
DiscrSI(k, mu, sigma)
}
\arguments{
\item{k}{see \code{k} in \code{discr_si}}

\item{mu}{see \code{mu} in \code{discr_si}}

\item{sigma}{see \code{sigma} in \code{discr_si}}
}
\description{
Please only use for compatibility;
Prefer the new discr_si function instead
}