Platform
Resources
Pricing
Sign in
Contact us
Charles Redmond
Workspace
Fork
Published
Fall21CalcApp
By
Charles Redmond
Edited
Sep 2, 2021
Fork of
Plotting Method 2
Fall21CalcApp
Plotting Template
Markdown
TeX
Arrays and Objects
Plotting Method 1
Plotting Method 2
Plotting Method 3
Plotting Example
Horizontal Lines
Cars/Horizontal Line
Slope
Lines
Best Fitting Line
Parabola
Sine
Exponential Function
Logarithmic Function
Growth Rates
Sigmoid Function
Derivative of Parabola
Derivative of Sine
Derivative of Exponential Function
Derivative Using Chain Rule
Blocks of Code
For Loops
Gradient Descent
Gradient Descent
The MSE
MSE With Just Slope
Gradient Descent Program
Classes
Regression Module
Penguins
Penguins Application
Baseball Application
Planes
Paraboloid
Sine Wave
Another Sine Wave
The Gradient
Gradient Descent with Paraboloid
Gradient Descent with a Sine Wave
Gradient Descent with another Sine Wave
Regression Revisited
Minimizing MSE
Regression Class
Penguins
Regression Class (with second predictor)
Derivative Practice
Exam Practice
Insert cell
Insert cell
Plot
.
plot
(
{
x
:
{
domain
:
[
0
,
10
]
}
,
y
:
{
domain
:
[
0
,
10
]
}
,
marks
:
[
Plot
.
ruleX
(
[
0
]
)
,
Plot
.
ruleY
(
[
0
]
)
,
Plot
.
dot
(
x
,
{
x
:
x
,
y
:
y
,
fill
:
"firebrick"
,
r
:
5
,
stroke
:
"black"
}
)
]
}
)
Insert cell
x
=
[
2
,
7
]
Insert cell
y
=
[
5
,
3
]
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
y
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML