D3.js Tutorial

In D3.js Tutorial the D3 stands for Data-Driven Documents. D3.js is a JavaScript library for manipulating documents based on data. D3.js is a dynamic, interactive, online data visualizations framework used in…

Continue ReadingD3.js Tutorial

Chi-Square Test

The Chi-Square Test is used to analyze the frequency table (i.e., contingency table), which is formed by two categorical variables. The chi-square test evaluates whether there is a significant relationship between the…

Continue ReadingChi-Square Test

Erlang – min

In this guide, we will discuss Erlang min. Returns the element of the list which has the minimum value. Syntax min(lst1) Parameters Lst1 − The list of elements. Return Value Returns…

Continue ReadingErlang – min

Erlang – max

In this guide, we will discuss Erlang max. Returns the element of the list which has the maximum value. Syntax max(lst1) Parameters Lst1 − The list of elements. Return Value Returns…

Continue ReadingErlang – max