{"id":44,"date":"2025-09-10T13:53:38","date_gmt":"2025-09-10T13:53:38","guid":{"rendered":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata?page_id=44"},"modified":"2025-12-08T10:32:53","modified_gmt":"2025-12-08T10:32:53","slug":"home","status":"publish","type":"page","link":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/","title":{"rendered":"Home"},"content":{"rendered":"    <section class=\"ituBanner bg smallheight\">\n        <div class=\"bgContainer disableGradient\">\n            <img src=https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-content\/uploads\/sites\/60\/2025\/10\/AdobeStock_1421161637-scaled.jpeg alt=\"Background decorative image\" \/>\n            <div class=\"ituContainer grid\">\n                <div class=\"content\" data-span=\"8\">\n                    <div class=\"main\">\n                        <h2 class=\"h1 white\"> <\/h2>\n                    <\/div>\n                    <div class=\"addInfo\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n<div class=\"ituContainer\">\n<p class=\"has-white-background-color has-background\"><strong style=\"font-size: 20px\">Data science for measuring the information society<\/strong><br><br>As digital transformation accelerates, new data sources are providing valuable insights into how societies connect, communicate, and innovate. The use of new data sources and data science offers unique opportunities to complement traditional statistics and enhance the measurement of the information society.<br><br>Two key areas of work in this field are mobile phone data and small area estimation. Together, these approaches will help fill critical data gaps, enabling more timely, granular, and inclusive measurement of the information society.<\/p>\n<\/div>\n\n<div class=\"ituContainer\">\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n    <section>\n        <div class=\"ituContainer grid\">\n                                                <a class=\"ituCard anim bg hor\" href=\"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/mobile-phone-data\/about-mpd\/\" data-span=\"6\" target=\"\">\n        <img decoding=\"async\" class=\"square\" src=\"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-content\/uploads\/sites\/60\/2025\/11\/MPD_ES_1.jpg\" alt=\"\" \/>\n        <div class=\"content\">\n            <div class=\"main\">\n                <p class=\"title\"><strong style='font-size:1.2em'>Mobile Phone Data<\/strong><\/p>\n\n            <\/div>\n            <div class=\"addInfo\">ITU leads global efforts to advance the use of mobile phone big data (MPD) to strengthen statistical systems and support evidence-based policymaking. <\/div>\n        <\/div>\n    <\/a>\n\n                                                <a class=\"ituCard anim bg hor\" href=\"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/experimental-statistics\/about\/\" data-span=\"6\" target=\"\">\n        <img decoding=\"async\" class=\"square\" src=\"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-content\/uploads\/sites\/60\/2025\/11\/MPD_ES_3.jpg\" alt=\"\" \/>\n        <div class=\"content\">\n            <div class=\"main\">\n                <p class=\"title\"><strong style=\"font-size:1.2em\">Small Area Estimation<\/strong><\/p>\n\n            <\/div>\n            <div class=\"addInfo\">A new approach to shed light on the digital divide: small area estimation techniques to estimate Internet access and use with high geographic granularity.<\/div>\n        <\/div>\n    <\/a>\n\n                    <\/div>\n    <\/section>\n\n\n<div class=\"ituContainer\">\n<h2 class=\"wp-block-heading\">Did you know?<\/h2>\n<\/div>\n\n    <section>\n        <div class=\"ituContainer\">\n            <div class=\"cards-numbers\">\n                                        \n            <div class=\"ituCard\">\n            <div class=\"content\">\n                <div class=\"number-group\">\n                    <p id=\"1603741046\" class=\"number-value\">2017 <\/p>\n                    <span class=\"number-unit\"><\/span>\n                <\/div>\n                <div class=\"number-text\">is when the UN-CEBD Task Team on MPD, led by ITU, was established. <\/div>\n            <\/div>\n        <\/div>\n        <script type=\"text\/JavaScript\">\n                function animate(objToAnimate, initVal, lastVal, duration) {\n\n                    let startTime = null;\n                \n                    \/\/get the current timestamp and assign it to the currentTime variable\n                    let currentTime = Date.now();\n                \n                    \/\/pass the current timestamp to the step function\n                    const step = (currentTime ) => {\n                \n                    \/\/if the start time is null, assign the current time to startTime\n                    if (!startTime) {\n                        startTime = currentTime ;\n                    }\n                \n                    \/\/calculate the value to be used in calculating the number to be displayed\n                    const progress = Math.min((currentTime - startTime)\/ duration, 1);\n                \n                    \/\/calculate what to be displayed using the value gotten above\n                    objToAnimate.innerHTML = Math.floor(progress * (lastVal - initVal) + initVal);\n                \n                    \/\/checking to make sure the counter does not exceed the last value (lastVal)\n                    if (progress < 1) {\n                        window.requestAnimationFrame(step);\n                    } else {\n                            window.cancelAnimationFrame(window.requestAnimationFrame(step));\n                        }\n                    };\n                    \/\/start animating\n                        window.requestAnimationFrame(step);\n                }\n                <\/script>        <script type='text\/JavaScript'>\n                let numid_69da04ea40373 = document.getElementById('1603741046');\n                animate(numid_69da04ea40373, 0, 2017, 1000);\n                <\/script>\n                                            \n            <div class=\"ituCard\">\n            <div class=\"content\">\n                <div class=\"number-group\">\n                    <p id=\"1672664036\" class=\"number-value\">30 <\/p>\n                    <span class=\"number-unit\"><\/span>\n                <\/div>\n                <div class=\"number-text\">countries are expected to embed MPD in their national data ecosystem by 2030 through the ITU\/WB Global Data Facility MPD initiative. <\/div>\n            <\/div>\n        <\/div>\n        <script type=\"text\/JavaScript\">\n                function animate(objToAnimate, initVal, lastVal, duration) {\n\n                    let startTime = null;\n                \n                    \/\/get the current timestamp and assign it to the currentTime variable\n                    let currentTime = Date.now();\n                \n                    \/\/pass the current timestamp to the step function\n                    const step = (currentTime ) => {\n                \n                    \/\/if the start time is null, assign the current time to startTime\n                    if (!startTime) {\n                        startTime = currentTime ;\n                    }\n                \n                    \/\/calculate the value to be used in calculating the number to be displayed\n                    const progress = Math.min((currentTime - startTime)\/ duration, 1);\n                \n                    \/\/calculate what to be displayed using the value gotten above\n                    objToAnimate.innerHTML = Math.floor(progress * (lastVal - initVal) + initVal);\n                \n                    \/\/checking to make sure the counter does not exceed the last value (lastVal)\n                    if (progress < 1) {\n                        window.requestAnimationFrame(step);\n                    } else {\n                            window.cancelAnimationFrame(window.requestAnimationFrame(step));\n                        }\n                    };\n                    \/\/start animating\n                        window.requestAnimationFrame(step);\n                }\n                <\/script>        <script type='text\/JavaScript'>\n                let numid_69da04ea40391 = document.getElementById('1672664036');\n                animate(numid_69da04ea40391, 0, 30, 1000);\n                <\/script>\n                                            \n            <div class=\"ituCard\">\n            <div class=\"content\">\n                <div class=\"number-group\">\n                    <p id=\"636715736\" class=\"number-value\">19 <\/p>\n                    <span class=\"number-unit\"><\/span>\n                <\/div>\n                <div class=\"number-text\">ITU Member States have so far benefited from the ITU's technical assistance in use of MPD for official statistics.<\/div>\n            <\/div>\n        <\/div>\n        <script type=\"text\/JavaScript\">\n                function animate(objToAnimate, initVal, lastVal, duration) {\n\n                    let startTime = null;\n                \n                    \/\/get the current timestamp and assign it to the currentTime variable\n                    let currentTime = Date.now();\n                \n                    \/\/pass the current timestamp to the step function\n                    const step = (currentTime ) => {\n                \n                    \/\/if the start time is null, assign the current time to startTime\n                    if (!startTime) {\n                        startTime = currentTime ;\n                    }\n                \n                    \/\/calculate the value to be used in calculating the number to be displayed\n                    const progress = Math.min((currentTime - startTime)\/ duration, 1);\n                \n                    \/\/calculate what to be displayed using the value gotten above\n                    objToAnimate.innerHTML = Math.floor(progress * (lastVal - initVal) + initVal);\n                \n                    \/\/checking to make sure the counter does not exceed the last value (lastVal)\n                    if (progress < 1) {\n                        window.requestAnimationFrame(step);\n                    } else {\n                            window.cancelAnimationFrame(window.requestAnimationFrame(step));\n                        }\n                    };\n                    \/\/start animating\n                        window.requestAnimationFrame(step);\n                }\n                <\/script>        <script type='text\/JavaScript'>\n                let numid_69da04ea403b0 = document.getElementById('636715736');\n                animate(numid_69da04ea403b0, 0, 19, 1000);\n                <\/script>\n                                            \n            <div class=\"ituCard\">\n            <div class=\"content\">\n                <div class=\"number-group\">\n                    <p id=\"200647161\" class=\"number-value\">1 <\/p>\n                    <span class=\"number-unit\"><\/span>\n                <\/div>\n                <div class=\"number-text\">square kilometer level estimates allow policymakers to pinpoint digital inclusion gaps with remarkable precision.<\/div>\n            <\/div>\n        <\/div>\n        <script type=\"text\/JavaScript\">\n                function animate(objToAnimate, initVal, lastVal, duration) {\n\n                    let startTime = null;\n                \n                    \/\/get the current timestamp and assign it to the currentTime variable\n                    let currentTime = Date.now();\n                \n                    \/\/pass the current timestamp to the step function\n                    const step = (currentTime ) => {\n                \n                    \/\/if the start time is null, assign the current time to startTime\n                    if (!startTime) {\n                        startTime = currentTime ;\n                    }\n                \n                    \/\/calculate the value to be used in calculating the number to be displayed\n                    const progress = Math.min((currentTime - startTime)\/ duration, 1);\n                \n                    \/\/calculate what to be displayed using the value gotten above\n                    objToAnimate.innerHTML = Math.floor(progress * (lastVal - initVal) + initVal);\n                \n                    \/\/checking to make sure the counter does not exceed the last value (lastVal)\n                    if (progress < 1) {\n                        window.requestAnimationFrame(step);\n                    } else {\n                            window.cancelAnimationFrame(window.requestAnimationFrame(step));\n                        }\n                    };\n                    \/\/start animating\n                        window.requestAnimationFrame(step);\n                }\n                <\/script>        <script type='text\/JavaScript'>\n                let numid_69da04ea403cf = document.getElementById('200647161');\n                animate(numid_69da04ea403cf, 0, 1, 1000);\n                <\/script>\n                                <\/div>\n        <\/div>\n    <\/section>\n\n\n<div class=\"ituContainer\">\n<h2 class=\"wp-block-heading\">Contact<\/h2>\n<\/div>\n\n<div class=\"ituContainer\">\n<p class=\"has-white-background-color has-background\">We invite countries interested in participating in the project to contact the ITU:<\/p>\n<\/div>\n\n<div class=\"ituContainer\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"><div class=\"ituContainer\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"ituContainer\">\n<p class=\"has-white-background-color has-background\"><a href=\"mailto:indicators@itu.int\">Esperanza Magpantay<\/a><br>Senior Statistician (ITU)<br>UN-CEBD Task Team Lead<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"ituContainer\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"ituContainer\">\n<p class=\"has-white-background-color has-background\"><a href=\"mailto:indicators@itu.int\">Fredrik Eriksson<\/a><br>Senior Data Scientist (ITU)<br><br><\/p>\n<\/div><\/div>\n<\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Data science for measuring the information society As digital transformation accelerates, new data sources are providing valuable insights into how societies connect, communicate, and innovate. The use of new data sources and data science offers unique opportunities to complement traditional statistics and enhance the measurement of the information society. Two key areas of work in [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-44","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Data Science for Measuring the Information Society<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Data Science for Measuring the Information Society\" \/>\n<meta property=\"og:description\" content=\"Data science for measuring the information society As digital transformation accelerates, new data sources are providing valuable insights into how societies connect, communicate, and innovate. The use of new data sources and data science offers unique opportunities to complement traditional statistics and enhance the measurement of the information society. Two key areas of work in [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/\" \/>\n<meta property=\"og:site_name\" content=\"Data Science for Measuring the Information Society\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-08T10:32:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/\",\"url\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/\",\"name\":\"Home - Data Science for Measuring the Information Society\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/#website\"},\"datePublished\":\"2025-09-10T13:53:38+00:00\",\"dateModified\":\"2025-12-08T10:32:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/#website\",\"url\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/\",\"name\":\"Data Science for Measuring the Information Society\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.itu.int\\\/itu-d\\\/sites\\\/bigdata\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Data Science for Measuring the Information Society","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/","og_locale":"en_US","og_type":"article","og_title":"Home - Data Science for Measuring the Information Society","og_description":"Data science for measuring the information society As digital transformation accelerates, new data sources are providing valuable insights into how societies connect, communicate, and innovate. The use of new data sources and data science offers unique opportunities to complement traditional statistics and enhance the measurement of the information society. Two key areas of work in [&hellip;]","og_url":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/","og_site_name":"Data Science for Measuring the Information Society","article_modified_time":"2025-12-08T10:32:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/","url":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/","name":"Home - Data Science for Measuring the Information Society","isPartOf":{"@id":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/#website"},"datePublished":"2025-09-10T13:53:38+00:00","dateModified":"2025-12-08T10:32:53+00:00","breadcrumb":{"@id":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/#website","url":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/","name":"Data Science for Measuring the Information Society","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/pages\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":0,"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/pages\/44\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.itu.int\/itu-d\/sites\/bigdata\/wp-json\/wp\/v2\/media?parent=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}