Intro

📊 This Obsidian vault stores statistics studies (in portuguese - Brazil). It includes key concepts, formulas, practical examples, and insights. The notes are structured and interconnected to make learning and review easier.

Table Of Contents

Utils

To input mathematical expressions in Obsidian, you can use LaTeX notation enclosed in $$. For instance:

$
\frac{\partial}{\partial t}\Psi(\mathbf{r},t)=-\frac{\hbar}{2m}\nabla^{2}\Psi(\mathbf{r},t)+V(\mathbf{r},t)\Psi(\mathbf{r},t)
$

For more info check Exemplos Latex (MathJax)

Want To Contribute?

Fork The Repository

  1. Go to the GitHub repository.
  2. Click "Fork" in the top-right corner.
  3. If prompted, verify your email.
  4. GitHub creates a copy under your account with a new URL.

Open a Pull Request

  1. Navigate to your forked repository.
  2. Click "Compare & pull request" on the repository page.
  3. Fill in the form:
    • Title: Clear and concise.
    • Description: Explain your changes.
    • Branch: Choose the target branch (main).
  4. Review the comparison and click "Create pull request."

Best Practices