maxMatrixSize: Calculate the maximum correlation matrix size which PCIT can...

Description Usage Arguments Author(s) See Also Examples

Description

This function attempts to determine the maximum sized correlation matrix which can be handled by PCIT given an amount of computer memory for the serial implementation.

Usage

1
	maxMatrixSize(ram, units=c("MB", "bytes", "KB", "GB", "TB"), nCopies=3)

Arguments

ram

- The amount of RAM memory available

units

- The units in which RAM was specified

nCopies

- The maximum number of copies of the correlation matrix which PCIT holds at any one time

Author(s)

Nathan S. Watson-Haigh

See Also

pcitMemoryRequirement

Examples

1
2
	maxMatrixSize(1, "GB")
	maxMatrixSize(512, "MB")

PCIT documentation built on May 1, 2019, 8:10 p.m.