From 11f08cc395ea1b0de77af3dbb87a985418fc3800 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 24 Nov 2017 19:19:30 +0530 Subject: Created xml help files --- help/en_US/hurst.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 help/en_US/hurst.xml (limited to 'help/en_US/hurst.xml') diff --git a/help/en_US/hurst.xml b/help/en_US/hurst.xml new file mode 100644 index 0000000..c6c5f3e --- /dev/null +++ b/help/en_US/hurst.xml @@ -0,0 +1,47 @@ + + + + + + + + hurst + Estimate the Hurst parameter of sample X via the rescaled r statistic. + + + + + Calling Sequence + + hurst(X) + variable=hurst(X) + + + + + Parameters + + X: + X is a matrix, the parameter of sample X via the rescaled r statistic + + + + + Description + +This is an Octave function. +This function estimates the Hurst parameter of sample X via the rescaled rstatistic. + + + -- cgit