Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bor9/estudiando_el_papoulis
Apuntes sobre el libro "Probability, random variables, and stochastic processes" de Athanasios Papoulis y S. Unnikrishna Pillai.
https://github.com/bor9/estudiando_el_papoulis
latex-document probabilidad probability procesos-aleatorios python3 random-process
Last synced: about 1 month ago
JSON representation
Apuntes sobre el libro "Probability, random variables, and stochastic processes" de Athanasios Papoulis y S. Unnikrishna Pillai.
- Host: GitHub
- URL: https://github.com/bor9/estudiando_el_papoulis
- Owner: bor9
- License: mit
- Created: 2021-10-29T21:23:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T23:39:54.000Z (over 2 years ago)
- Last Synced: 2023-08-11T05:56:27.283Z (over 1 year ago)
- Topics: latex-document, probabilidad, probability, procesos-aleatorios, python3, random-process
- Language: TeX
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estudiando el libro "Probability, random variables, and stochastic processes"
Este documento consiste en apuntes sobre el libro "Probability, random variables, and stochastic processes" de Athanasios Papoulis y S. Unnikrishna Pillai.
## Contenido del repositorio
El repositorio contiene el código fuente en Latex del documento, el código Python de las figuras y los archivos SVG de dibujos y diagramas, realizados en Inkscape.
Este es un trabajo en proceso.
## Compilación
```
$ pdflatex papoulis_probability_notes
$ bibtex papoulis_probability_notes
$ pdflatex papoulis_probability_notes
$ pdflatex papoulis_probability_notes
```