Learn R Programming

shatteringdt (version 0.1.0)

g: Apply G(n) function.

Description

Apply G(n) function on a given number (n) for a given # of samples (n_samples).

Usage

g(n, n_samples)

Arguments

n

float. The number to compute G

n_samples

integer. The # of samples in dataset.

Value

The calculus of G function for the inputs.

Examples

Run this code
# NOT RUN {
g(2, 10)
g(3, 15)

# }

Run the code above in your browser using DataLab