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:
n/a



Author: S. Hannappel, S. Klinke, W. Haerdle, 19970820 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006