43 lines
793 B
Plaintext
43 lines
793 B
Plaintext
|
{
|
||
|
"cells": [
|
||
|
{
|
||
|
"cell_type": "code",
|
||
|
"execution_count": 2,
|
||
|
"metadata": {},
|
||
|
"outputs": [
|
||
|
{
|
||
|
"name": "stdout",
|
||
|
"output_type": "stream",
|
||
|
"text": [
|
||
|
"Estimated offset is: 1.010723\n",
|
||
|
"Estimated slope is: 2.999270\n",
|
||
|
"R^2: 0.999998\n"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"source": [
|
||
|
"import stats from './stats/mod.ts';\n",
|
||
|
"stats.example()"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"metadata": {
|
||
|
"kernelspec": {
|
||
|
"display_name": "Deno",
|
||
|
"language": "typescript",
|
||
|
"name": "deno"
|
||
|
},
|
||
|
"language_info": {
|
||
|
"codemirror_mode": "typescript",
|
||
|
"file_extension": ".ts",
|
||
|
"mimetype": "text/x.typescript",
|
||
|
"name": "typescript",
|
||
|
"nbconvert_exporter": "script",
|
||
|
"pygments_lexer": "typescript",
|
||
|
"version": "5.6.2"
|
||
|
}
|
||
|
},
|
||
|
"nbformat": 4,
|
||
|
"nbformat_minor": 2
|
||
|
}
|