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

Macro: 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
y = 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, 28.6.1999