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:
- To write a simple equation like
, type: $E = mc^2$
. - For more complex equations such as the Schrödinger equation:
, type:
$
\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
- Go to the GitHub repository.
- Click "Fork" in the top-right corner.
- If prompted, verify your email.
- GitHub creates a copy under your account with a new URL.
Open a Pull Request
- Navigate to your forked repository.
- Click "Compare & pull request" on the repository page.
- Fill in the form:
- Title: Clear and concise.
- Description: Explain your changes.
- Branch: Choose the target branch (
main
).
- Review the comparison and click "Create pull request."
Best Practices
- Follow repository guidelines for PRs.
- Communicate with maintainers if needed.
- Address feedback and resolve merge conflicts.
- Lint your changes with the obsidian plugin.