Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TCalcSDCrossTab

Unit

UCalcStatDesCrossTab

Declaration

type TCalcSDCrossTab = class(TCalcStatDes)

Description

classe de calcul sur les tableaux croisés

Hierarchy

TCalcStatDes

Methods

Overview

Public constructor Create(prmR,prmC: TAttribute; prmExamples: TExamples = nil);
Protected procedure AddValue(prmExample: integer); override;
Protected procedure BeginUpdate(); override;
Protected procedure EndUpdate(); override;
Public function getHTMLResult(prmOption: integer = -1): string; override;

Description

Public constructor Create(prmR,prmC: TAttribute; prmExamples: TExamples = nil);

constructeur

Protected procedure AddValue(prmExample: integer); override;

 

Protected procedure BeginUpdate(); override;

 

Protected procedure EndUpdate(); override;

 

Public function getHTMLResult(prmOption: integer = -1): string; override;

 

Properties

Overview

Public property Chi2: double;
Public property ColAtt: TAttribute;
Public property Cramer: double;
Public property CrossTab: TCrossTab;
Public property Phi2: double;
Public property ProbaChi2: double;
Public property RowAtt: TAttribute;
Public property Tschuprow: double;

Description

Public property Chi2: double;

le chi-2

Public property ColAtt: TAttribute;

pointeur sur l'attribut en colonne

Public property Cramer: double;

le v de Cramer

Public property CrossTab: TCrossTab;

pointeur sur le tableau croisé

Public property Phi2: double;

le Phi-2

Public property ProbaChi2: double;

la proba associée au test du chi-2

Public property RowAtt: TAttribute;

pointeur sur l'attribut en ligne

Public property Tschuprow: double;

le t-de Tschuprow


Generated by DIPasDoc 0.8.6 on ven. 09/ janv. 2004 00:52:25