1. Perl
  2. Module
  3. here

PDL - Statistics and analysis with Perl

I feel that the fields of big data , data science , and statistical analysis are becoming trends these days. I will explain how to perform statistical analysis using Perl's PDL module.

Installation

Let's install PDL.

Basics

Learn the basics of PDL.

Statistics

Introducing statistical functions in PDL.

Multidimensional data

Let's express "multidimensional data" in PDL.

Graph

Let's draw a "graph" in PDL.

Matrix

I will explain how to handle "matrix" in PDL.

Complex numbers

Let's use complex numbers in PDL.

Related Informatrion