Skip to content

Commit acd3863

Browse files
authored
Add files via upload
1 parent 7607944 commit acd3863

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

Low of lage number.ipynb

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"Low of Lage Numbers"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 29,
13+
"metadata": {},
14+
"outputs": [
15+
{
16+
"output_type": "stream",
17+
"name": "stdout",
18+
"text": "1e-05\n"
19+
}
20+
],
21+
"source": [
22+
"import numpy as np\n",
23+
"from numpy.random import randn\n",
24+
"V = 100000\n",
25+
"dataframe=[]\n",
26+
"count = 0\n",
27+
"for i in randn(N):\n",
28+
" if (i > -1 and i < 1):\n",
29+
" count = count + 1\n",
30+
"X = count/V\n",
31+
"print(X)"
32+
]
33+
},
34+
{
35+
"cell_type": "code",
36+
"execution_count": null,
37+
"metadata": {},
38+
"outputs": [],
39+
"source": []
40+
},
41+
{
42+
"cell_type": "code",
43+
"execution_count": null,
44+
"metadata": {},
45+
"outputs": [],
46+
"source": []
47+
}
48+
],
49+
"metadata": {
50+
"kernelspec": {
51+
"display_name": "Python 3",
52+
"language": "python",
53+
"name": "python3"
54+
},
55+
"language_info": {
56+
"codemirror_mode": {
57+
"name": "ipython",
58+
"version": 3
59+
},
60+
"file_extension": ".py",
61+
"mimetype": "text/x-python",
62+
"name": "python",
63+
"nbconvert_exporter": "python",
64+
"pygments_lexer": "ipython3",
65+
"version": "3.7.4-final"
66+
}
67+
},
68+
"nbformat": 4,
69+
"nbformat_minor": 4
70+
}

0 commit comments

Comments
 (0)