arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 248293c866bfca2d4a8555978e2e211ba9bd14df
parent a56c76fdea86fe2bef1a86b6dbfceba2f4f754d1
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Tue,  7 Feb 2017 17:26:16 +0300

Remove white noise from possible qqplot.

Diffstat:
R/waves.R | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/R/waves.R b/R/waves.R @@ -11,8 +11,7 @@ arma.bits.qnorm <- function (x, param) { arma.QFUNCTIONS <- list( elevation = arma.bits.qnorm, - white_noise = arma.bits.qnorm, - heights_x = function (x, param) { arma.bits.qweibull(x, param, 2.0) }, + heights_x = function (x, param) { arma.bits.qweibull(x, param, 2.0) }, heights_y = function (x, param) { arma.bits.qweibull(x, param, 2.0) }, lengths_x = function (x, param) { arma.bits.qweibull(x, param, 2.3) }, lengths_y = function (x, param) { arma.bits.qweibull(x, param, 2.3) }, @@ -21,8 +20,7 @@ arma.QFUNCTIONS <- list( arma.ALL_WAVE_CHARACTERISTICS <- list( "elevation", - "white_noise", - "heights_x", + "heights_x", "heights_y", "lengths_x", "lengths_y",