powered by
Apply G(n) function on a given number (n) for a given # of samples (n_samples).
g(n, n_samples)
float. The number to compute G
integer. The # of samples in dataset.
The calculus of G function for the inputs.
# NOT RUN { g(2, 10) g(3, 15) # }
Run the code above in your browser using DataLab