Platform
Resources
Pricing
Sign in
Get started
jmoyden
Workspace
Fork
Published
By
jmoyden
Edited
May 24, 2021
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
negexp
=
(
x
,
a
,
b
,
c
)
=>
a
*
(
b
-
exp
(
-
c
*
x
)
)
Insert cell
Insert cell
Insert cell
Insert cell
logistic
=
(
x
,
a
,
b
)
=>
1
/
(
1
+
exp
(
-
b
*
(
x
+
a
)
)
)
Insert cell
Insert cell
Insert cell
Insert cell
gompertz
=
(
x
,
a
,
b
,
c
,
d
)
=>
c
+
(
d
-
c
)
*
exp
(
-
exp
(
-
b
*
(
x
+
a
)
)
)
Insert cell
Insert cell
Insert cell
Insert cell
invGompertz
=
(
x
,
a
,
b
,
c
,
d
)
=>
c
+
(
d
-
c
)
*
(
1
-
exp
(
-
exp
(
-
b
*
(
x
+
a
)
)
)
)
Insert cell
Insert cell
Insert cell
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
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
negexp
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
logistic
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
gompertz
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
invGompertz
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
curve_values
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
exp
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML