Skip to content

Welcome to Numz

Scientific computation with zikojs

Extended Array Programming

Numz brings NumPy-like array programming to JavaScript with native, flexible data structures.

  • Preserves original structure and types
  • No manual loops or recursion required

Built on the top of zikojs

Numz fully supports and extends core ZikoJS data types.

  • Extend mathematical utilities and functions
  • Supoorts :
    • Complex numbers
    • Matrices

Typed Matrices

High-performance matrix types backed by TypedArrays.

  • Arithmetic operations
  • Reshape
  • Serialization / deserialization

Signal Processing

Built-in tools for discrete signals and DSP :

  • Sequences
  • Pulses
  • Windows
  • Convolution
  • FFT

Advanced Statistics Utilities

A comprehensive statistics toolbox designed for large datasets and numerical analysis.

  • Descriptive statistics (mean, median, mode, variance, std)
  • Reductions (min, max, sum, product)
  • Percentiles and quantiles
  • Covariance and correlation
  • Distributions

Modular & Composable

  • Tree-shakable modules
  • Easy integration with other libraries