forked from bachmannpatrick/CLVTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclv.ggomnbd-class.Rd
27 lines (24 loc) · 1.2 KB
/
clv.ggomnbd-class.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/class_clv_ggomnbd.R
\docType{class}
\name{clv.ggomnbd-class}
\alias{clv.ggomnbd-class}
\title{Result of fitting the GGompertz/NBD model without covariates}
\description{
Output from fitting the GGompertz/NBD model on data without covariates. It constitutes the estimation
result and is returned to the user to use it as input to other methods such as to make
predictions or plot the unconditional expectation.
Inherits from \linkS4class{clv.fitted.transactions} in order to execute all steps required for fitting a model
without covariates and it contains an instance of class \linkS4class{clv.model.ggomnbd.no.cov} which
provides the required GGompertz/NBD (no covariates) specific functionalities.
}
\section{Slots}{
\describe{
\item{\code{cbs}}{Single \code{data.table} that is the Customer-By-Sufficiency matrix with information about
each customers' recency, frequency, and total time observed in number of time-units
and as defined by the GGompertz/NBD model.}
}}
\seealso{
\linkS4class{clv.fitted}, \linkS4class{clv.fitted.transactions}, \linkS4class{clv.model.ggomnbd.no.cov}, \linkS4class{clv.ggomnbd.static.cov}
}
\keyword{internal}