Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "Here is a table:\n",
  8. "\n",
  9. "| statistical test | null true | null false |\n",
  10. "| :--- | :--- | :--- |\n",
  11. "| **significant** | $\\alpha$ false positive rate, false alarm | $1-\\beta$ power, sensitivity, recall, hit |\n",
  12. "| **not significant** | $1-\\alpha$ specificity, precision, correct rejection | $\\beta$ false negative rate, miss |"
  13. ]
  14. }
  15. ],
  16. "metadata": {
  17. "kernelspec": {
  18. "display_name": "Python 3",
  19. "language": "python",
  20. "name": "python3"
  21. },
  22. "language_info": {
  23. "codemirror_mode": {
  24. "name": "ipython",
  25. "version": 3
  26. },
  27. "file_extension": ".py",
  28. "mimetype": "text/x-python",
  29. "name": "python",
  30. "nbconvert_exporter": "python",
  31. "pygments_lexer": "ipython3",
  32. "version": "3.7.3"
  33. }
  34. },
  35. "nbformat": 4,
  36. "nbformat_minor": 4
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement