Untitled

From Anonymous, 1 Hour ago, written in Plain Text, viewed 4 times. This paste will go to meet its maker in 3 Weeks.
URL https://paste.intergen.online/view/2c76dd48 Embed
Download Paste or View Raw
  1. Python (requests + numpy) was used to query SSB API v0 table 08507:
  2.  
  3. query = {
  4.   "query": [
  5.     {"code":"Lufthavn","selection":{"filter":"item","values":["ENGM"]}},
  6.     {"code":"TrafikkFly","selection":{"filter":"item","values":["I"]}},
  7.     {"code":"ContentsCode","selection":{"filter":"item","values":["Passasjerer"]}},
  8.     {"code":"Tid","selection":{"filter":"item","values":["2009M01",...,"2024M12"]}}
  9.   ],
  10.   "response": {"format":"json-stat2"}
  11. }
  12.  
  13. Result label: 08507: Air transport. Passengers, by airport, domestic/international flights, contents and month
  14. N = 192
  15. Mean mu = 832037.421875
  16. Population sigma = 202007.88265600073
  17. Population skewness gamma = mean(((x-mu)/sigma)^3) = -1.5065685010957022
  18. Rounded (4 d.p.) = -1.5066
  19.  

Reply to "Untitled"

Here you can reply to the paste above