📄️ Stats
The stats component offers simple and advanced methods for evaluating data statistically. To demonstrate the functionality of the module, let's generate some random data using the generateRandomData() function from the stats module.
📄️ Hydro
The Hydro component contains functions for implementing simple and advanced hydrological applications, including, but not limited to, rainfall temporal aggregators, synthetic rainfall generators, a simple bucket model, area Thiessen polygon rainfall distribution, and simple static and dynamic groundwater solute solvers. Let’s explore some of these functions.
📄️ NN
The NN component contains functions for creating a feedforward neural network that predicts data from N number of inputs to M number of outputs. It is powered by the TensorFlow.js library, which aids in development through its straightforward interface.