Skip to content

Commit

Permalink
Update instat/ucrCalculator.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyddewit authored Dec 1, 2022
1 parent 6144f94 commit 61c7846
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions instat/ucrCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ Public Class ucrCalculator
ttCalculator.SetToolTip(cmdRan_gamma, "Random sample with shape=1 is from the exponential distribution with mean 2. Keep scale (>0) = 2 and change shape (>0) to 0.5 for chi-square distribution with 1d.f. or to 5, for 10 d.f. Keep scale = 2 for chi-square")
ttCalculator.SetToolTip(cmdRan_beta, "This special case is the uniform distribution between 0 and 1. Change shape1 > 0 and shape2 > 0 for different beta distributions.")
ttCalculator.SetToolTip(cmdRan_sample, "Random sample with replacement, from a given variable. Change replace to FALSE for a random permutation.")


End Sub

Public Sub Reset()
Expand Down

0 comments on commit 61c7846

Please sign in to comment.