{ "cells": [ { "cell_type": "markdown", "id": "70243810-7e78-4da0-8ab7-4aa81e280294", "metadata": {}, "source": [ "## Gaussian" ] }, { "cell_type": "markdown", "id": "3e731c00-1b77-4513-a7af-283bd2a20534", "metadata": {}, "source": [ "`lamatrix` provides a Gaussain model which can be used to capture normal distributions." ] }, { "cell_type": "code", "execution_count": 8, "id": "29e6bde5-2411-4796-9e6a-60be38e784a4", "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import matplotlib.pyplot as plt\n", "x = np.arange(-10, 10, 0.01)\n", "\n", "\n", "from lamatrix import Gaussian" ] }, { "cell_type": "code", "execution_count": 9, "id": "50091c10-21ba-4040-b1e1-efdd9e499153", "metadata": {}, "outputs": [ { "data": { "text/html": [ "