Multivariate Point Process Package  0.1
Static Public Member Functions | List of all members
Diagnosis Class Reference

Diagnosis implements the basic residual analysis for a given general point process. More...

#include "include/Diagnosis.h"

Static Public Member Functions

static double TimeChangeFit (IProcess &process, const Sequence &data)
 Basic residual analysis fitting. More...
 

Detailed Description

Diagnosis implements the basic residual analysis for a given general point process.

Definition at line 15 of file Diagnosis.h.

Member Function Documentation

double Diagnosis::TimeChangeFit ( IProcess process,
const Sequence data 
)
static

Basic residual analysis fitting.

Parameters
processa given point process.
datasequence of past events.
Returns
the residual analysis fitting. If the given point process can explain the sequence of events well, the returned value should be close to 1.

Definition at line 8 of file Diagnosis.cc.


The documentation for this class was generated from the following files: