Student's t distribution in JavaScript for Google Spreadsheet

后端 未结 3 610
既然无缘
既然无缘 2020-12-21 11:00

Google Spreadsheets currently does not support the standard function TDIST - i.e. the Student\'s t-distribution. This function is critical for calculating p-val

相关标签:
3条回答
  • 2020-12-21 11:43

    Google Sheets does now include the TDIST function (if you've switched to the new version).

    0 讨论(0)
  • 2020-12-21 11:43

    http://www.math.ucla.edu/~tom/distributions/tDist.html - view source.

    0 讨论(0)
  • 2020-12-21 11:55

    Here you go.

    0 讨论(0)
提交回复
热议问题