< Back

Measure-Correlation

Mon Jan 13, 2020 7:40 pm

NAME Measure-Correlation



SYNOPSIS

Measures the correlation coeffecients in a set of data





SYNTAX

Measure-Correlation [-InputObject] <PSObject[]> [-HideProgress] [<CommonParameters>]





DESCRIPTION

Determines the correlation coeffecients in a set of data





PARAMETERS

-InputObject <PSObject[]>

The input object



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-HideProgress [<SwitchParameter>]

If set, will not show progress



Required? false

Position? named

Default value False

Accept pipeline input? false

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





RELATED LINKS