< Back

Get-StandardDeviation

Mon Jan 13, 2020 7:37 pm

NAME Get-StandardDeviation



SYNOPSIS

Gets the standard deviation of a series of numbers





SYNTAX

Get-StandardDeviation [-Number] <Double[]> [<CommonParameters>]





DESCRIPTION

Gets the standard deviation of a series of numbers





PARAMETERS

-Number <Double[]>

The series of numbers



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-StandardDeviation 2,4,6,8















RELATED LINKS