File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
math-doc/math/scribblings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -682,10 +682,10 @@ which is the square of standard deviation. Construct normal distributions from v
682682@margin-note{Wikipedia:
683683 @hyperlink["https://en.wikipedia.org/wiki/Student's_t-distribution " ]{Student-t Distribution}.}
684684@deftogether[(@defidform[Student-t-Dist]
685- @defproc[(student-t-dist [freedom Positive-Real] [mean Real 0 ] [scale Real 1 ]) Normal -Dist]
686- @defproc[(student-t-dist-freedom [d Normal -Dist]) Positive-Flonum]
687- @defproc[(student-t-dist-mean [d Normal- Dist]) Flonum ]
688- @defproc[(student-t-dist-scale [d Normal- Dist]) Flonum ])]{
685+ @defproc[(student-t-dist [freedom Positive-Real] [mean Real 0 ] [scale Real 1 ]) Student-t -Dist]
686+ @defproc[(student-t-dist-freedom [d Student-t -Dist]) Positive-Flonum]
687+ @defproc[(student-t-dist-mean [d Student-t- Dist]) Real ]
688+ @defproc[(student-t-dist-scale [d Student-t- Dist]) Real ])]{
689689Represents the student-t distribution family parameterized by degree of freedom, mean (also called ``location'') and scale.
690690
691691@examples[#:eval untyped-eval
You can’t perform that action at this time.
0 commit comments