Jump to content

Welch's t-test: Difference between revisions

Fix up some internal links
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(Fix up some internal links)
Line 1,548:
{{works with|Rakudo|2019.11}}
{{trans|C}}
Perhaps "inspired by C example" may be more accurate. Gamma subroutine from [[Gamma_function#Perl_6 Raku|Gamma function task]].
 
<lang perl6>sub Γ(\z) {
Line 2,139:
 
=={{header|Sidef}}==
{{trans|Perl 6Raku}}
<lang ruby>func p_value (A, B) {
[A.len, B.len].all { _ > 1 } || return 1
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.