mirror of
https://github.com/3b1b/videos.git
synced 2025-09-18 21:38:53 +00:00
Kick off clt
This commit is contained in:
parent
c8a70f8493
commit
c8a5d8e1d1
1 changed files with 16 additions and 0 deletions
16
_2023/clt/main.py
Normal file
16
_2023/clt/main.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
from manim_imports_ext import *
|
||||
|
||||
from _2022.convolutions.continuous import *
|
||||
|
||||
|
||||
class GaussConvolutions(Convolutions):
|
||||
conv_y_stretch_factor = 1.0
|
||||
|
||||
def construct(self):
|
||||
super().construct()
|
||||
|
||||
def f(self, x):
|
||||
return np.exp(-x**2)
|
||||
|
||||
def g(self, x):
|
||||
return np.exp(-x**2)
|
Loading…
Add table
Reference in a new issue