File: Koutrouvelis.man

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (58 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH "Koutrouvelis" 2 " 1 April 1997" "Fractales Group" "Scilab Function"
.so ../sci.an
.SH NAME
Koutrouvelis - Stable Law parameters estimation (Koutrouvelis method)
.sp
Author: Lotfi Belkacem
.sp
This routine estimates parameters of a  \fIstable law\fP using the \fIKoutrouvelis\fP (1985) method. 
.sp
.sp
.SH Usage
\f(CR[\fPalpha,beta,mu,gamma\f(CR]\fP=Koutrouvelis(data)
.SH Input parameters


.RS

.TP
o 
\fBproc\fP : real vector \f(CR[\fPsize,1\f(CR]\fP 
corresponding to the data sample.
.RE

.SH Output parameters


.RS

.TP
o 
\fBalpha\fP : real positive scalar between 0 and 2. 
This parameter is often referred to as the characteristic exponent. 

.TP
o 
\fBbeta\fP : real scalar between -1 and +1. 
This parameter is often referred to as the skewness parameter.

.TP
o 
\fBmu\fP : real scalar 
This parameter is often referred to as the location parameter.
It is equal to the expectation when alpha is greater than 1.

.TP
o 
\fBgamma\fP : real positive scalar. 
This parameter is often referred to as the scale parameter.
It is equal to the standard deviation over two squared when alpha equal 2.
.RE

.SH Example
\f(CR[\fPproc1,inc1\f(CR]\fP=sim_stable(1,0,0,1,10000);
generates a standard 1-stable motion (Cauchy process).
\f(CR[\fPalpha,beta,mu,gamma\f(CR]\fP=Koutrouvelis(inc1);
estimates parameters of the previous simutated 1-stable random variable inc1.
.SH Remarque
Skewness and location parameters are badly estimated with this methode.