Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
SimonDB
Contributor III
Contributor III

Re: Logistic curve

Hi, is there a way to convert / view this in Qlik Sense please

1 Solution

Accepted Solutions
MarcoWedel

Hi,

yes,

you could use e.g. the same load script, variables and chart expression I used in QlikView as well:

 

tabX:
LOAD -5+(IterNo()-1)*0.1 as x
AutoGenerate 1
While -5+(IterNo()-1)*0.1 <= 5;

 

=vL/(1+exp(-vk*(x-vx0)))

 

MarcoWedel_0-1643220739082.png

hope this helps

Marco

View solution in original post

2 Replies
MarcoWedel

Hi,

yes,

you could use e.g. the same load script, variables and chart expression I used in QlikView as well:

 

tabX:
LOAD -5+(IterNo()-1)*0.1 as x
AutoGenerate 1
While -5+(IterNo()-1)*0.1 <= 5;

 

=vL/(1+exp(-vk*(x-vx0)))

 

MarcoWedel_0-1643220739082.png

hope this helps

Marco