Welch's t-test: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(Fix up some internal links)
Line 1,548: Line 1,548:
{{works with|Rakudo|2019.11}}
{{works with|Rakudo|2019.11}}
{{trans|C}}
{{trans|C}}
Perhaps "inspired by C example" may be more accurate. Gamma subroutine from [[Gamma_function#Perl_6 |Gamma function task]].
Perhaps "inspired by C example" may be more accurate. Gamma subroutine from [[Gamma_function#Raku|Gamma function task]].


<lang perl6>sub Γ(\z) {
<lang perl6>sub Γ(\z) {
Line 2,139: Line 2,139:


=={{header|Sidef}}==
=={{header|Sidef}}==
{{trans|Perl 6}}
{{trans|Raku}}
<lang ruby>func p_value (A, B) {
<lang ruby>func p_value (A, B) {
[A.len, B.len].all { _ > 1 } || return 1
[A.len, B.len].all { _ > 1 } || return 1