Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski authored Jan 22, 2025
1 parent f33dc17 commit 505affb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def norm_pdf_v(x, mu, sigma):
return result
```

The performance is poor, because each call to norm.pdf inside the loop allocates and deallocates an array, which is very expensive.

## Documentation

To get documentation, please use `help()` in the Python interpreter.
Expand Down

0 comments on commit 505affb

Please sign in to comment.