Message ParetoChurnMessage

File: Common/Churn.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

ChurnMessage (no description)

Fields:

Name Type Description
meanLifetime double
meanDeadtime double

Source code:

message ParetoChurnMessage extends ChurnMessage
{
    fields:
        double meanLifetime;
        double meanDeadtime;
};