computeSetLEnvelope: computeSetLEnvelope

Description Usage Arguments Details Value

Description

Computes L-function envelope for a set of simulations

Usage

1
2
computeSetLEnvelope(simulations, nsimavg = length(simulations)/2,
  nsimenv = length(simulations)/2, ncores = parallel::detectCores() - 1)

Arguments

simulations

List of simulations to compute the envelope singleSampleSimulations.

nsimavg

An integer. Number of simulations used to compute the RSA function

nsimenv

An integer. Number of simulattion used to compute the envelope.

ncores

An integer. The number of paralallel cores to use (default: 4)

Details

Given a list of spatial processes computes the average L RSA function and the maximum distance to the mean

Value

A named list. Lmean is the average L RSA function, dmax is the envelope maximum distance to the mean


ComputationalIntelligenceGroup/3DSynapsesSA documentation built on May 6, 2019, 12:49 p.m.