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
Copy file name to clipboardExpand all lines: Desktop/components/JASP/Widgets/ComputeColumnWindow.qml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -205,13 +205,14 @@ FocusScope
205
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
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
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.") }
208
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"BoxCox"; functionParameters:"y,lambda,shift,continuityAdjustment"; functionParamTypes:"number,number,number,boolean"; 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,predictor,method,lower,upper,shift,continuityAdjustment"; functionParamTypes:"number,number,string,number,number,number,boolean"; toolTip:qsTr("Two-parameter Box-Cox transform with an automatic determination of the shape parameter lambda, according to one of the three of methods:'loglik', 'sd', or 'movingRange'. 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,predictor,lower,upper,shift"; functionParamTypes:"number,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
+
ListElement { type:"function"; friendlyFunctionName:""; functionName:"Johnson"; functionParameters:"y,lower,upper"; functionParamTypes:"number,number,number"; toolTip:qsTr("Johnson transform (transforms any real values). The search for optimal parameter is bounded within 'lower' and 'upper' limits.") }
0 commit comments