Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: tware
See also: hinesplot boxcox boxcoxdens

Quantlet: twboxcox
Description: allows to find interactively the best parameter for your data for a Box-Cox transformation.

Usage: twboxcox(x)
Input:
x n x q

Example:

; loads the library stats

library("tware")   

; loads the library smoother

library("smoother")   

; reset random generator 

randomize(0)

; generate x

x = normal(200)

x = x.*x

; find interactively a best transformation

twboxcox (x)

Result:


Library: tware
See also: hinesplot boxcox boxcoxdens

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Susanne Hannappel, 970220 Sigbert Klinke, 970820
(C) MD*TECH Method and Data Technologies, 21.9.2000