Thursday, January 22, 2026
HomeLanguagesPython | Scipy stats.halfgennorm.logsf() method

Python | Scipy stats.halfgennorm.logsf() method

With the help of stats.halfgennorm.logsf() method, we can get the log value of survival function which is log(1 – cdf) by using stats.halfgennorm.logsf() method.

Syntax : stats.halfgennorm.logsf(x, beta)
Return : Return the log value of survival function.

Example #1 :
In this example we can see that by using stats.halfgennorm.logsf() method, we are able to get the log value of survival function by using this method.




# import halfgennorm
from scipy.stats import halfgennorm
beta = 1
  
# Using stats.halfgennorm.logsf() method
gfg = halfgennorm.logsf(0.3, beta)
  
print(gfg)


Output :

-0.2999999999999998

Example #2 :




# import halfgennorm
from scipy.stats import halfgennorm
beta = 4
  
# Using stats.halfgennorm.logsf() method
gfg = halfgennorm.logsf(0.9, beta)
  
print(gfg)


Output :

-2.1473008279056534

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32475 POSTS0 COMMENTS
Milvus
119 POSTS0 COMMENTS
Nango Kala
6847 POSTS0 COMMENTS
Nicole Veronica
11977 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12064 POSTS0 COMMENTS
Shaida Kate Naidoo
6986 POSTS0 COMMENTS
Ted Musemwa
7220 POSTS0 COMMENTS
Thapelo Manthata
6933 POSTS0 COMMENTS
Umr Jansen
6912 POSTS0 COMMENTS