Math

Here we have demos more related to math.

Smooth function

Displaying a function using splines to smoothly interpolate between the sample points.

The code can be seen here in the function smoothFunction.

Inverse transform sampling

Visualization of the intuition behind Inverse transform sampling

The code can be seen here in the function demoInverseTransformSampling.