Calculate the standard deviation of numeric values.
Measure-StandardDeviation.ps1 [[-InputObject] <Double[]>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-Process |% Handles |Measure-StandardDeviation.ps1
1206.54722086141
The numeric values to analyze.
Type: Double[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: 0
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.