{ "cells": [ { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Estimated offset is: 0.982618\n", "Estimated slope is: 3.000173\n", "R^2: 0.999999\n", "2 \n" ] }, { "data": { "text/plain": [ "\u001b[1mnull\u001b[22m" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import stats from \"./stat/mod.ts\";\n", "\n", "stats.example();" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "2 \u0001\u0002\u0003\n" ] }, { "data": { "text/plain": [ "\u001b[1mnull\u001b[22m" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [] } ], "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 }