Platform
Resources
Pricing
Sign in
Contact us
Charles Redmond
Workspace
Fork
Published
Fall21IntroDS1
By
Charles Redmond
Edited
Sep 17, 2021
Fork of
Plotting Template
•
2 forks
1
Fall21IntroDS1
Plotting Template
Arquero Template
Cheerio Template
Markdown
HTML
Arrays
Objects
Data Sets
Star Wars Data
Functions
Plotting Points (Method 1)
Plotting Points (Method 2)
Plotting Points (Method 3)
Plotting Example (Method 2)
Plotting Example (Method 3)
Plotting Example (with filter)
Baseball Example (HR VS SO)
Baseball Example (Years VS HR)
Horizontal Lines
Adding Text
Adding Text (Example 2)
Best Fitting Horizontal Line
Horizontal Line Example
Lines
Line Example
Selecting,Ordering,Filtering with Arquero
Grouping with Arquero
More Arquero Practice
More Arquero Practice II
Joining Tables
Joining Three Tables
A Few Last Techniques
College Baseball Example
Blocks of Code
For Loops
If Statements
Basic Web-Page Parsing
HTML Tables
Ohio Cities Example
String Method Tutorial
Pulling Out Links
Sorting an Array
Generating an HTML Table
Ohio States Application
Regular Show Episodes
Olympics
Massachusetts Colleges
h3 text file
x and y text files
Insert cell
Insert cell
viewof
intercept
=
Inputs
.
range
(
[
0
,
200
]
,
{
step
:
.1
,
label
:
"intercept"
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
points
=
[
[
0
,
intercept
]
,
[
40
,
intercept
]
]
Insert cell
Insert cell
Insert cell
Yhat
=
X
.
map
(
d
=>
intercept
)
Insert cell
differences
=
X
.
map
(
(
d
,
i
)
=>
Y
[
i
]
-
Yhat
[
i
]
)
Insert cell
squares
=
differences
.
map
(
d
=>
d
*
d
)
Insert cell
mse
=
d3
.
mean
(
squares
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
intercept
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cars
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
sixes
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
points
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
X
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Y
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Yhat
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
differences
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
squares
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mse
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML