App-StatisticsUtils
view release on metacpan or search on metacpan
script/z2pct view on Meta::CPAN
#!perl
# Note: This script is a CLI for Riap function /App/StatisticsUtils/z2pct
# and generated automatically using Perinci::CmdLine::Gen version 0.498
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-02-21'; # DATE
our $DIST = 'App-StatisticsUtils'; # DIST
our $VERSION = '0.002'; # VERSION
use 5.010001;
use strict;
use warnings;
use Perinci::CmdLine::Any;
my $cmdline = Perinci::CmdLine::Any->new(
url => "/App/StatisticsUtils/z2pct",
program_name => "z2pct",
read_config => 0,
read_env => 0,
);
$cmdline->run;
# ABSTRACT: Convert z-score to percentile (for standard normal distribution)
# PODNAME: z2pct
__END__
=pod
=encoding UTF-8
=head1 NAME
z2pct - Convert z-score to percentile (for standard normal distribution)
=head1 VERSION
This document describes version 0.002 of z2pct (from Perl distribution App-StatisticsUtils), released on 2021-02-21.
=head1 SYNOPSIS
Usage:
% z2pct [--format=name] [--json] [--(no)naked-res]
[--page-result[=program]] [--view-result[=program]] <z>
Examples:
% z2pct 0
50
% z2pct -2
2.28655435304153
% z2pct 1
84.1334538939805
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<-z>=I<s>*
=back
=head2 Output options
=over
=item B<--format>=I<s>
Choose output format, e.g. json, text.
Default value:
undef
=item B<--json>
Set output format to json.
=item B<--naked-res>
When outputing as JSON, strip result envelope.
Default value:
0
By default, when outputing as JSON, the full enveloped result is returned, e.g.:
( run in 0.679 second using v1.01-cache-2.11-cpan-39bf76dae61 )