6 kyu

Variance in a array of words

Description
Loading description...
Statistics
Algorithms
Data Science
View
AllIssues3QuestionsSuggestions1Show Resolved
  • Please sign in or sign up to leave a comment.
  • kitizl Avatar

    Testing needs to allow for fuzzy equality checking due to floating point errors.

  • hobovsky Avatar

    Python:

    • Tests use rounding as a workaround for equality of floats

    General:

    • Description should use Markdown instead of HTML formatting, and possibly some KaTeX for math notation.
  • user9644768 Avatar

    Please use new python test framework.

  • allenwe Avatar

    I have several suggestions to improve this Kata.

    I suggest that the title be changes to 'Variance in the length of words in an array'. This is a little clearer.

    The section describing the requirement to limit the result to four decimal places was not clear to me. I suggest that in addition to updating the description that you also add a test case illustrating this requirement.

    I am unfamiliar with the term 'aleatory variable' and prefer the term 'random variable'.

    Thanks for your contribution.

  • CIS 122 Avatar

    This comment has been hidden.