GetRange: Get the recommended range for multiple discretisations

View source: R/utils.R

GetRangeR Documentation

Get the recommended range for multiple discretisations

Description

Get the recommended range for multiple discretisations

Usage

GetRange(k = 3, n, dimensions, divisions = 1)

Arguments

k

the assumed minimum number of objects in a bucket (the default is the recommended value)

n

the total number of objects considered

dimensions

the number of dimensions of analysis

divisions

the number of divisions of discretisations

Value

The recommended range value (a floating point number).

Examples

GetRange(n = 250, dimensions = 2)

MDFS documentation built on May 31, 2023, 7:31 p.m.

Related to GetRange in MDFS...