You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListElement { type:"function"; friendlyFunctionName:""; functionName:"logb"; functionParameters:"y,base"; functionParamTypes:"number,number"; toolTip:qsTr("logarithm of y in 'base'") }
ListElement { type:"function"; friendlyFunctionName:""; functionName:"fishZ"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Fisher's Z-transform (i.e., the inverse hyperbolic tangent) to transform correlations, numbers between -1 and 1 to the real line") }
205
-
ListElement { type:"function"; friendlyFunctionName:"fishZ\u207B\u00B9"; functionName:"invFishZ"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Inverse Fisher's Z-transform (i.e., the hyperbolic tangent) to transform real numbers to numbers between -1 and 1") }
206
-
ListElement { type:"function"; friendlyFunctionName:""; functionName:"logit"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Logit transform (i.e., the inverse of the standard logit function, or log-odds transform) converts numbers between 0 and 1 to the real line.") }
207
-
ListElement { type:"function"; friendlyFunctionName:"logit\u207B\u00B9"; functionName:"invLogit"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Inverse logit transform (i.e., the standard logit function) converts numbers on the real line to numbers between 0 and 1.") }
208
-
ListElement { type:"function"; friendlyFunctionName:""; functionName:"BoxCox"; functionParameters:"y,lambda,shift"; functionParamTypes:"number,number,number"; toolTip:qsTr("Two-parameter Box-Cox transform (transforms values greater than -shift) to stabilize variance and attempt to make the data more normal distribution-like.") }
ListElement { type:"function"; friendlyFunctionName:""; functionName:"powerTransform"; functionParameters:"y,lambda,shift"; functionParamTypes:"number,number,number"; toolTip:qsTr("Two-parameter power transform (transforms values greater than -shift) to stabilize variance and attempt to make the data more normal distribution-like.") }
211
-
ListElement { type:"function"; friendlyFunctionName:""; functionName:"YeoJohnson"; functionParameters:"y,lambda"; functionParamTypes:"number,number"; toolTip:qsTr("Yeo-Johnson transform (transforms any real values) to stabilize variance and attempt to make the data more normal distribution-like.") }
ListElement { type:"function"; friendlyFunctionName:""; functionName:"logb"; functionParameters:"y,base"; functionParamTypes:"number,number"; toolTip:qsTr("logarithm of y in 'base'") }
ListElement { type:"function"; friendlyFunctionName:""; functionName:"fishZ"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Fisher's Z-transform (i.e., the inverse hyperbolic tangent) to transform correlations, numbers between -1 and 1 to the real line") }
205
+
ListElement { type:"function"; friendlyFunctionName:"fishZ\u207B\u00B9"; functionName:"invFishZ"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Inverse Fisher's Z-transform (i.e., the hyperbolic tangent) to transform real numbers to numbers between -1 and 1") }
206
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"logit"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Logit transform (i.e., the inverse of the standard logit function, or log-odds transform) converts numbers between 0 and 1 to the real line.") }
207
+
ListElement { type:"function"; friendlyFunctionName:"logit\u207B\u00B9"; functionName:"invLogit"; functionParameters:"y"; functionParamTypes:"number"; toolTip:qsTr("Inverse logit transform (i.e., the standard logit function) converts numbers on the real line to numbers between 0 and 1.") }
208
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"BoxCox"; functionParameters:"y,lambda,shift"; functionParamTypes:"number,number,number"; toolTip:qsTr("Two-parameter Box-Cox transform (transforms values greater than -shift) to stabilize variance and attempt to make the data more normal distribution-like.") }
209
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"BoxCoxAuto"; functionParameters:"y,method,lower,upper,shift"; functionParamTypes:"number,string,number,number,number"; toolTip:qsTr("Two-parameter Box-Cox transform with an automatic determination of the shape parameter lambda, according to one of the two of methods:'loglik' or 'minitab'. The search for optimal lambda is bounded within 'lower' and 'upper' limits.") }
ListElement { type:"function"; friendlyFunctionName:""; functionName:"powerTransform"; functionParameters:"y,lambda,shift"; functionParamTypes:"number,number,number"; toolTip:qsTr("Two-parameter power transform (scale-invariant Box-Box; transforms values greater than -shift) to stabilize variance and attempt to make the data more normal distribution-like.") }
212
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"powerTransformAuto"; functionParameters:"y,lower,upper,shift"; functionParamTypes:"number,number,number,number"; toolTip:qsTr("Two-parameter power transform with an automatic determination of the shape parameter lambda. The search for optimal lambda is bounded within 'lower' and 'upper' limits.") }
213
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"YeoJohnson"; functionParameters:"y,lambda"; functionParamTypes:"number,number"; toolTip:qsTr("Yeo-Johnson transform (transforms any real values) to stabilize variance and attempt to make the data more normal distribution-like.") }
214
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"YeoJohnsonAuto"; functionParameters:"y,lower,upper"; functionParamTypes:"number,number,number"; toolTip:qsTr("Yeo-Johnson transform (transforms any real values) with an automatic determination of the shape parameter lambda. The search for optimal lambda is bounded within 'lower' and 'upper' limits.") }
215
+
212
216
213
217
ListElement { type:"separator" }
214
218
ListElement { type:"function"; friendlyFunctionName:""; functionName:"cut"; functionParameters:"values,numBreaks"; functionParamTypes:"number,number"; toolTip:qsTr("break your data up in numBreaks levels") }
0 commit comments