Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some of The Calculation Still Isn't Right #1

Open
brotherzhafif opened this issue Oct 19, 2024 · 1 comment
Open

Some of The Calculation Still Isn't Right #1

brotherzhafif opened this issue Oct 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@brotherzhafif
Copy link
Owner

List of innacurate calculation

  1. Median
  2. Skewness

Another Calculation Still Unchecked and Still Need To Be Tested

@brotherzhafif brotherzhafif changed the title Some of The Calculation Still Isn't Righti Some of The Calculation Still Isn't Right Oct 19, 2024
@brotherzhafif
Copy link
Owner Author

I Found a new Error Also in Transform.py

here

/usr/local/lib/python3.10/dist-packages/pythistic/Transform.py in logaritmic(self)
18
19 def logaritmic(self):
---> 20 self.transformed_data = [np.log10(x) for x in self.data]
21
22 def sqrt_root(self):

AttributeError: 'Transform' object has no attribute 'data'

@brotherzhafif brotherzhafif added the bug Something isn't working label Oct 30, 2024
@brotherzhafif brotherzhafif self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant