Skip to content

Conversation

prince-patel23
Copy link

This pull request aims to enhance the example code within the stats/base/dists/studentized-range namespace. The current example lacked clarity and failed to sufficiently demonstrate the functionality of the Tukey range computation function.

To address this, the example code has been updated to include detailed comments explaining each step of the computation process. Additionally, parameters such as degrees of freedom (df) and significance level (alpha) have been defined to showcase the function's flexibility. The computed Tukey range is now outputted to the console for demonstration purposes, providing users with a clearer understanding of how to use the function.

These improvements aim to make the example code more informative and accessible to users, helping them better utilize the Tukey range computation function within the stats/base/dists/studentized-range namespace.

…monstration of the Tukey range computation function. Added comments for clarity, defined parameters for the Tukey range computation, and outputted the computed range to the console for demonstration purposes.

This pull request aims to enhance the example code in the `index.js` file within the `stats/base/dists/studentized-range` namespace. The current example lacked clarity and did not sufficiently demonstrate the functionality of the Tukey range computation function.

To address this, the example code has been updated to include detailed comments explaining each step of the computation process. Additionally, parameters such as degrees of freedom (`df`) and significance level (`alpha`) have been defined to showcase the function's flexibility. The computed Tukey range is now outputted to the console for demonstration purposes, providing users with a clearer understanding of how to use the function.

These improvements aim to make the example code more informative and accessible to users, helping them better utilize the Tukey range computation function within the `stats/base/dists/studentized-range` namespace.


Signed-off-by: Patel Prince <[email protected]>
Copy link
Contributor

@stdlib-bot stdlib-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi there! 👋

And thank you for opening your first pull request! We will review it shortly. 🏃 💨

@Planeshifter
Copy link
Member

Planeshifter commented Sep 7, 2024

.range() does not exist on the stats/base/dists/studentized-range namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants