SlideShare a Scribd company logo
Mobility Tracking During Covid-19:
A Multiple Regression Analysis
Kan Yuenyong

Presented: Wednesday, September 8, 2021, Revised: Thursday, September 23, 2021
GSPA
NIDA DA8120 Quantitative Research II
Why This Paper?
• Multiple Regression Analysis and Covid-19 policy is
the contemporary agenda

• It demonstrates how to use Python to do data
wrangler, to use R to do statistical analysis, and is
enable to publish in standard academic journal

• Data source from Descartes Labs, a spinoff startup
from the Los Alamos National Laboratory

• Open Data, can be accessed at http://github.com/
descarteslabs/DL-COVID-19. 

• A chance to compare between: (1) Apple mobility
trend report, (2) Google community reports, (3) Twitter
mobility report, and (4) Descartes Labs’ Mobility
report
What is Descartes Lab?
• Descartes Labs is building a digital twin of the world by applying machine learning to satellite imagery and
other massive data sets, such as weather data, pricing and customer data. The solution is based in the
cloud, which means it can scale storage for the massive data sets, and scale compute capability to enable
analysis results and data to be returned more quickly.

• The Descartes Labs data refinery offers geographic data including the entire library of satellite data from
the NASA Landsat and ESA Sentinel missions, the entire Airbus OneAtlas* catalog, and NOAA’s Global
Surface Summary of the Day weather dataset. The data has been combined and cleaned, so it is ready for
machine learning analysis.

• Looking ahead, the company is building what it describes as a “digital twin” of the earth, the idea being
that in doing so it can better model the imagery that it injests and link up data from different regions more
seamlessly (since, after all, a climatic event in one part of the world inevitably impacts another). Notably,
“digital twinning” is a common concept that we see applied in other AI-based enterprises to better predict
activity: this is the approach that, for example, Forward Networks takes when building models of an
enterprise’s network to determine how apps will behave and identify the reasons behind an outage.

• Extracting, managing, predicting genuine big data online realtime
A comparison between mobility data
• Human mobility data provide valuable insight into how
we adjust our travel behaviors during the COVID-19
pandemic. 

• Human mobility records from Descartes Labs, Apple,
Google, and Twitter are compared. 

• Multi-source mobility datasets well capture the general
impact of COVID-19 pandemic on mobility in the U.S.
but present unique and even contrasting
characteristics 

• The proposed responsive index quantifies the level of
mobility-based reaction in response to the COVID-19
pandemic 

• All selected mobility datasets suggest a statistically
significant positive correlation between the responsive
index and median income at the U.S. county level.
Mobility data comparison on four platforms
Mobility data comparison on four platforms
Research Question -> Policy Recommendation
• Whether lockdown policy is relevant to control Covid-19 outbreak?

• Do people voluntarily stay home, or because of the government’s order, or both?

• How we can track people’s mobility & activity? And with what tool?

• What is the model to explain lockdown policy?

• Evidence-based Policy (EBP) on recommendation for the Pincer tactic: (1) a (quasi)
lockdown to slowdown the spreading + (2) at least 70% of total population vaccination to
build herd immunity; optimizability between national health security vs economic security

• Next stage = Crossing the Rubicon (Open the country + New normal health policy to
contain the Covid-19 + Full economic stimulus campaign)
Data as of early July 2021 Data as of early September 23, 2021
Thailand Moving Average Trend in Google mobility report
Orange = 7 days moving average; Dark Blue = 20 days moving average
Original code of Google Mobility report in Thailand is from my Kaggle: 

https://www.kaggle.com/kanyuenyong/covid-19-community-mobility-reports-in-thailand, 

updated version, i.e moving average, is in my local Anaconda-Jupyter platform
The recent available vaccine technologies
Covid-19/Operation Warp Speed gao-21-319.pdf
Researchers discover hidden SARS-CoV-2 'gate' that opens to allow COVID infection

https://phys.org/news/2021-08-hidden-sars-cov-gate-covid-infection.html
“N343”, a possible key to pave the way for “universal”
Covid-19 therapeutic and vaccine
https://www.bangkokbiznews.com/news/detail/954822
Thailand Self-reliance Vaccine Technology
https://www.bangkokpost.com/thailand/general/2186103/bangkok-could-open-by-nov-1-says-ccsa
Evidence-Based Policy
The latest development of policy science can be called “evidence-based policy” (EBP) focusing on systems thinking that “recognizes the
world as a complex system composed of a large number of influences that, for the most part, are interacting simultaneously, rather than focus
on component parts in isolation” and thus a causal linkage between evidence and relevance knowledge as well as between evidence and
short-term/intermediate/long-term policy outcomes. The EBP has been largely applied in health policy and medicine such as Cochrane
Collaboration (C1) and the Campbell Collaboration (C2), both C1 and C2 use research synthesis and meta-analysis to assess the causally
relevant outcomes as well as medical intervention (Dunn, 2018: 41).
https://covid19scenariomodelinghub.org/viz.html
Scenario Projection with different variables
Possible Vaccine Approval (scenario)
https://www.covid19-predictions.org/?page=editparameters
https://www.scmi.de/en/blog/item/265-scenarios-corona-epidemic; 

https://www.atlanticcouncil.org/in-depth-research-reports/2025-post-covid-scenarios-latin-america-and-the-caribbean/#scenarios
Steps in Data Wrangling
• The overall process of extracting the primary data (State, Date, and Mobility) involved utilizing SQL que- ries to filter out the
Descartes Labs data set in groupings for the individual states of California, Florida, New York, Pennsylvania, and Texas 

• another partition was applied on the date in the form of a range in order to maintain consistent statewide data from March 10,
2020, to May 28, 2020. Once completed and initially filtered under the above two constraints, an API call was created from
www.data.world to be read and manipulated further via the Python programming language (Python 3.8.1). Likewise, a Python
script was created to preprocess the dataset by managing and organizing the filtered data into data frames

• Additionally, to construct a variable for the effect or contribution of government-imposed restrictions, a logical comparison was
implemented to make a binary coded variable that would take assigned values of 0 (No Restriction present) or 1 (Restriction
present) based upon the respected date values from the data found in the Tracking Involuntary Government Restrictions (TIGR)
Dataset.

• The Cases and Deaths data were compiled from JHU CSSE, Worldometer, and IHME and integrated into the same Python script,
adding on to the initial data frame. 

• Random sample from the source data: a random subset of the data was taken for each of the individual states (20%) via
Python’s random sample() function and flattened as averages to yield distinctive data records for each date in the range 

• Finally, a conversion of the data's format (DataFrame to CSV) took place, which enabled the migration directly to RStudio (Version
3.6.3) for performing statistical modeling and analysis. A variety of packages were utilized in RStudio namely broom for
summarizing the model results, ggplot2 as a graphical visualization tool, readr to process the CSV data file, dpylr for data
manipulation, lindia [12] for creating regression diagnostic plots along with verifying linear model assumptions, and knitr [13] for
printing and exporting the results of our analyses.
The Mobility Model
• Y=β0 + β1X1 + β2X2 + β3X3 + ε

• Where Y = Mobility Index, X1 = Restriction (Policy), X2 = Cases, X3 =
Deaths, ε has a normal distribution with zero mean and unit variance
Future research recommendation
• To tackle with high-complicated data set, Logistic
model tree (LMT), a combination between Logistic
regression and Model Tree Learning with supervised
training algorithm will be chosen

• A quantum based algorithm, i.e Deutsch-Jozsa
Algorithm, a basic quantum algorithm, on a machine
learning-based logistic regression problem to resolve
a complex big data analytics (i.e. data from Descartes
lab can be categorized in this manner) with Hadamard
transformation to ultra-speeding up the simulation

• 

• Evidence-Based Policy (EBP) is a problem of policy
optimizability (between emergence/forces in complex
adaptive system) practiced in the futuristic algorithmic
governance (plus holacracy)
GSPA
NIDA DA8120 Quantitative Research II
Q&A?
END

More Related Content

What's hot

Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Robert Grossman
 
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...
Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...Paolo Missier
 
Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014
Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014
Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014Robert Grossman
 
Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data Robert Grossman
 
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...Robert Grossman
 
Adversarial Analytics - 2013 Strata & Hadoop World Talk
Adversarial Analytics - 2013 Strata & Hadoop World TalkAdversarial Analytics - 2013 Strata & Hadoop World Talk
Adversarial Analytics - 2013 Strata & Hadoop World TalkRobert Grossman
 
Data Provenance for Data Science
Data Provenance for Data ScienceData Provenance for Data Science
Data Provenance for Data SciencePaolo Missier
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor networkparry prabhu
 
Data science Innovations January 2018
Data science Innovations January 2018Data science Innovations January 2018
Data science Innovations January 2018suresh sood
 
Using the Open Science Data Cloud for Data Science Research
Using the Open Science Data Cloud for Data Science ResearchUsing the Open Science Data Cloud for Data Science Research
Using the Open Science Data Cloud for Data Science ResearchRobert Grossman
 
Data science innovations
Data science innovations Data science innovations
Data science innovations suresh sood
 
Aaas Data Intensive Science And Grid
Aaas Data Intensive Science And GridAaas Data Intensive Science And Grid
Aaas Data Intensive Science And GridIan Foster
 
A Model Design of Big Data Processing using HACE Theorem
A Model Design of Big Data Processing using HACE TheoremA Model Design of Big Data Processing using HACE Theorem
A Model Design of Big Data Processing using HACE TheoremAnthonyOtuonye
 
Thailand Policy Foresight in Covid-19 Era
Thailand Policy Foresight in Covid-19 EraThailand Policy Foresight in Covid-19 Era
Thailand Policy Foresight in Covid-19 EraKan Yuenyong
 
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...Paolo Missier
 
High Performance Data Analytics and a Java Grande Run Time
High Performance Data Analytics and a Java Grande Run TimeHigh Performance Data Analytics and a Java Grande Run Time
High Performance Data Analytics and a Java Grande Run TimeGeoffrey Fox
 
A modified k means algorithm for big data clustering
A modified k means algorithm for big data clusteringA modified k means algorithm for big data clustering
A modified k means algorithm for big data clusteringSK Ahammad Fahad
 

What's hot (20)

Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)
 
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...
Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...
 
Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014
Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014
Biomedical Clusters, Clouds and Commons - DePaul Colloquium Oct 24, 2014
 
Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data
 
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
 
Adversarial Analytics - 2013 Strata & Hadoop World Talk
Adversarial Analytics - 2013 Strata & Hadoop World TalkAdversarial Analytics - 2013 Strata & Hadoop World Talk
Adversarial Analytics - 2013 Strata & Hadoop World Talk
 
Data Provenance for Data Science
Data Provenance for Data ScienceData Provenance for Data Science
Data Provenance for Data Science
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Data science Innovations January 2018
Data science Innovations January 2018Data science Innovations January 2018
Data science Innovations January 2018
 
Using the Open Science Data Cloud for Data Science Research
Using the Open Science Data Cloud for Data Science ResearchUsing the Open Science Data Cloud for Data Science Research
Using the Open Science Data Cloud for Data Science Research
 
Data science innovations
Data science innovations Data science innovations
Data science innovations
 
Aaas Data Intensive Science And Grid
Aaas Data Intensive Science And GridAaas Data Intensive Science And Grid
Aaas Data Intensive Science And Grid
 
V3 i35
V3 i35V3 i35
V3 i35
 
Big Data for Ag (2019)
Big Data for Ag (2019)Big Data for Ag (2019)
Big Data for Ag (2019)
 
A Model Design of Big Data Processing using HACE Theorem
A Model Design of Big Data Processing using HACE TheoremA Model Design of Big Data Processing using HACE Theorem
A Model Design of Big Data Processing using HACE Theorem
 
Thailand Policy Foresight in Covid-19 Era
Thailand Policy Foresight in Covid-19 EraThailand Policy Foresight in Covid-19 Era
Thailand Policy Foresight in Covid-19 Era
 
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
 
Elementary Concepts of data minig
Elementary Concepts of data minigElementary Concepts of data minig
Elementary Concepts of data minig
 
High Performance Data Analytics and a Java Grande Run Time
High Performance Data Analytics and a Java Grande Run TimeHigh Performance Data Analytics and a Java Grande Run Time
High Performance Data Analytics and a Java Grande Run Time
 
A modified k means algorithm for big data clustering
A modified k means algorithm for big data clusteringA modified k means algorithm for big data clustering
A modified k means algorithm for big data clustering
 

Similar to Multipleregression covidmobility and Covid-19 policy recommendation

Seminar wsedfghjmkljuiytrtewsxdcfvg.pptx
Seminar wsedfghjmkljuiytrtewsxdcfvg.pptxSeminar wsedfghjmkljuiytrtewsxdcfvg.pptx
Seminar wsedfghjmkljuiytrtewsxdcfvg.pptxMansi7963
 
On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...
On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...
On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...Greenapps&web
 
Massive Data Analysis- Challenges and Applications
Massive Data Analysis- Challenges and ApplicationsMassive Data Analysis- Challenges and Applications
Massive Data Analysis- Challenges and ApplicationsVijay Raghavan
 
kambatla2014.pdf
kambatla2014.pdfkambatla2014.pdf
kambatla2014.pdfAkuhuruf
 
Covid-19 Data Analysis and Visualization
Covid-19 Data Analysis and VisualizationCovid-19 Data Analysis and Visualization
Covid-19 Data Analysis and VisualizationIRJET Journal
 
Bigdatacooltools
BigdatacooltoolsBigdatacooltools
Bigdatacooltoolssuresh sood
 
PREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHES
PREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHESPREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHES
PREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHESIRJET Journal
 
Forecasting covid 19 by states with mobility data
Forecasting covid 19 by states with mobility data Forecasting covid 19 by states with mobility data
Forecasting covid 19 by states with mobility data Yasas Senarath
 
Big Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and ChallengesBig Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and ChallengesUyoyo Edosio
 
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...josephjonse
 
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...ijngnjournal
 
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...josephjonse
 
Enhancing COVID-19 forecasting through deep learning techniques and fine-tuning
Enhancing COVID-19 forecasting through deep learning techniques and fine-tuningEnhancing COVID-19 forecasting through deep learning techniques and fine-tuning
Enhancing COVID-19 forecasting through deep learning techniques and fine-tuningIJECEIAES
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Toolsijeei-iaes
 
Machine Learning meets Granular Computing
Machine Learning meets Granular ComputingMachine Learning meets Granular Computing
Machine Learning meets Granular ComputingJenny Midwinter
 
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...Wolfgang Ksoll
 
Big data is a broad term for data sets so large or complex that tr.docx
Big data is a broad term for data sets so large or complex that tr.docxBig data is a broad term for data sets so large or complex that tr.docx
Big data is a broad term for data sets so large or complex that tr.docxhartrobert670
 
Big data: Challenges, Practices and Technologies
Big data: Challenges, Practices and TechnologiesBig data: Challenges, Practices and Technologies
Big data: Challenges, Practices and TechnologiesNavneet Randhawa
 
hariri2019.pdf
hariri2019.pdfhariri2019.pdf
hariri2019.pdfAkuhuruf
 

Similar to Multipleregression covidmobility and Covid-19 policy recommendation (20)

Seminar wsedfghjmkljuiytrtewsxdcfvg.pptx
Seminar wsedfghjmkljuiytrtewsxdcfvg.pptxSeminar wsedfghjmkljuiytrtewsxdcfvg.pptx
Seminar wsedfghjmkljuiytrtewsxdcfvg.pptx
 
On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...
On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...
On Data Quality Assurance and Conflation Entanglement in Crowdsourcing for En...
 
Massive Data Analysis- Challenges and Applications
Massive Data Analysis- Challenges and ApplicationsMassive Data Analysis- Challenges and Applications
Massive Data Analysis- Challenges and Applications
 
kambatla2014.pdf
kambatla2014.pdfkambatla2014.pdf
kambatla2014.pdf
 
future2020
future2020future2020
future2020
 
Covid-19 Data Analysis and Visualization
Covid-19 Data Analysis and VisualizationCovid-19 Data Analysis and Visualization
Covid-19 Data Analysis and Visualization
 
Bigdatacooltools
BigdatacooltoolsBigdatacooltools
Bigdatacooltools
 
PREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHES
PREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHESPREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHES
PREDICTION OF COVID-19 USING MACHINE LEARNING APPROACHES
 
Forecasting covid 19 by states with mobility data
Forecasting covid 19 by states with mobility data Forecasting covid 19 by states with mobility data
Forecasting covid 19 by states with mobility data
 
Big Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and ChallengesBig Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and Challenges
 
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
 
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
 
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
 
Enhancing COVID-19 forecasting through deep learning techniques and fine-tuning
Enhancing COVID-19 forecasting through deep learning techniques and fine-tuningEnhancing COVID-19 forecasting through deep learning techniques and fine-tuning
Enhancing COVID-19 forecasting through deep learning techniques and fine-tuning
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Tools
 
Machine Learning meets Granular Computing
Machine Learning meets Granular ComputingMachine Learning meets Granular Computing
Machine Learning meets Granular Computing
 
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
NextGEOSS: The Next Generation European Data Hub and Cloud Platform for Earth...
 
Big data is a broad term for data sets so large or complex that tr.docx
Big data is a broad term for data sets so large or complex that tr.docxBig data is a broad term for data sets so large or complex that tr.docx
Big data is a broad term for data sets so large or complex that tr.docx
 
Big data: Challenges, Practices and Technologies
Big data: Challenges, Practices and TechnologiesBig data: Challenges, Practices and Technologies
Big data: Challenges, Practices and Technologies
 
hariri2019.pdf
hariri2019.pdfhariri2019.pdf
hariri2019.pdf
 

More from Kan Yuenyong

The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936
The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936
The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936Kan Yuenyong
 
IQM slide pitch deck
IQM slide pitch deckIQM slide pitch deck
IQM slide pitch deckKan Yuenyong
 
Japanese Politics of Religion
Japanese Politics of ReligionJapanese Politics of Religion
Japanese Politics of ReligionKan Yuenyong
 
How Think Tanks use ROMA to Shape Public Policy Fostering Better Society
How Think Tanks use ROMA to Shape Public Policy Fostering Better SocietyHow Think Tanks use ROMA to Shape Public Policy Fostering Better Society
How Think Tanks use ROMA to Shape Public Policy Fostering Better SocietyKan Yuenyong
 
Assassination of Shinzo Abe
Assassination of Shinzo AbeAssassination of Shinzo Abe
Assassination of Shinzo AbeKan Yuenyong
 
The Grassroots Covid-19 Resilience
The Grassroots Covid-19 ResilienceThe Grassroots Covid-19 Resilience
The Grassroots Covid-19 ResilienceKan Yuenyong
 
Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...
Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...
Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...Kan Yuenyong
 
Russo - Ukrainian War Updates III: Defcon 3
Russo - Ukrainian War Updates III: Defcon 3Russo - Ukrainian War Updates III: Defcon 3
Russo - Ukrainian War Updates III: Defcon 3Kan Yuenyong
 
Russo - Ukrainian War Update II: How the fox wars read through the fog of war
Russo - Ukrainian War Update II: How the fox wars read through the fog of warRusso - Ukrainian War Update II: How the fox wars read through the fog of war
Russo - Ukrainian War Update II: How the fox wars read through the fog of warKan Yuenyong
 
Updated Situation on Russia's Invasion on Ukraine
Updated Situation on Russia's Invasion on UkraineUpdated Situation on Russia's Invasion on Ukraine
Updated Situation on Russia's Invasion on UkraineKan Yuenyong
 
SEM on MIDUS Dataset
SEM on MIDUS DatasetSEM on MIDUS Dataset
SEM on MIDUS DatasetKan Yuenyong
 
Cryptocurrency and digital economy
Cryptocurrency and digital economy Cryptocurrency and digital economy
Cryptocurrency and digital economy Kan Yuenyong
 
|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and Blockchain|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and BlockchainKan Yuenyong
 
The Public Administration’s Cybernetic Governance Paradigm in Digital Era
The Public Administration’s Cybernetic Governance Paradigm in Digital EraThe Public Administration’s Cybernetic Governance Paradigm in Digital Era
The Public Administration’s Cybernetic Governance Paradigm in Digital EraKan Yuenyong
 
Tax policy event study
Tax policy event study Tax policy event study
Tax policy event study Kan Yuenyong
 
Interviews in Qualitative Research with Kantian and Phenominological Philosophy
Interviews in Qualitative Research with Kantian and Phenominological PhilosophyInterviews in Qualitative Research with Kantian and Phenominological Philosophy
Interviews in Qualitative Research with Kantian and Phenominological PhilosophyKan Yuenyong
 
Complexity and Scenario Planning
Complexity and Scenario PlanningComplexity and Scenario Planning
Complexity and Scenario PlanningKan Yuenyong
 
Participatoy governance and conflict resolution thailand pdf
Participatoy governance and conflict resolution thailand pdfParticipatoy governance and conflict resolution thailand pdf
Participatoy governance and conflict resolution thailand pdfKan Yuenyong
 
Crossing the Rubicon: Post Covid-19 Policy
Crossing the Rubicon: Post Covid-19 PolicyCrossing the Rubicon: Post Covid-19 Policy
Crossing the Rubicon: Post Covid-19 PolicyKan Yuenyong
 
Institutionalism Theory on Budgeting
Institutionalism Theory on BudgetingInstitutionalism Theory on Budgeting
Institutionalism Theory on BudgetingKan Yuenyong
 

More from Kan Yuenyong (20)

The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936
The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936
The Myth of Neoliberalism Discourse and The Ordo Manifesto of 1936
 
IQM slide pitch deck
IQM slide pitch deckIQM slide pitch deck
IQM slide pitch deck
 
Japanese Politics of Religion
Japanese Politics of ReligionJapanese Politics of Religion
Japanese Politics of Religion
 
How Think Tanks use ROMA to Shape Public Policy Fostering Better Society
How Think Tanks use ROMA to Shape Public Policy Fostering Better SocietyHow Think Tanks use ROMA to Shape Public Policy Fostering Better Society
How Think Tanks use ROMA to Shape Public Policy Fostering Better Society
 
Assassination of Shinzo Abe
Assassination of Shinzo AbeAssassination of Shinzo Abe
Assassination of Shinzo Abe
 
The Grassroots Covid-19 Resilience
The Grassroots Covid-19 ResilienceThe Grassroots Covid-19 Resilience
The Grassroots Covid-19 Resilience
 
Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...
Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...
Katechon and Cognitive Revolution: An Emergence of the 21st Century Global Po...
 
Russo - Ukrainian War Updates III: Defcon 3
Russo - Ukrainian War Updates III: Defcon 3Russo - Ukrainian War Updates III: Defcon 3
Russo - Ukrainian War Updates III: Defcon 3
 
Russo - Ukrainian War Update II: How the fox wars read through the fog of war
Russo - Ukrainian War Update II: How the fox wars read through the fog of warRusso - Ukrainian War Update II: How the fox wars read through the fog of war
Russo - Ukrainian War Update II: How the fox wars read through the fog of war
 
Updated Situation on Russia's Invasion on Ukraine
Updated Situation on Russia's Invasion on UkraineUpdated Situation on Russia's Invasion on Ukraine
Updated Situation on Russia's Invasion on Ukraine
 
SEM on MIDUS Dataset
SEM on MIDUS DatasetSEM on MIDUS Dataset
SEM on MIDUS Dataset
 
Cryptocurrency and digital economy
Cryptocurrency and digital economy Cryptocurrency and digital economy
Cryptocurrency and digital economy
 
|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and Blockchain|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and Blockchain
 
The Public Administration’s Cybernetic Governance Paradigm in Digital Era
The Public Administration’s Cybernetic Governance Paradigm in Digital EraThe Public Administration’s Cybernetic Governance Paradigm in Digital Era
The Public Administration’s Cybernetic Governance Paradigm in Digital Era
 
Tax policy event study
Tax policy event study Tax policy event study
Tax policy event study
 
Interviews in Qualitative Research with Kantian and Phenominological Philosophy
Interviews in Qualitative Research with Kantian and Phenominological PhilosophyInterviews in Qualitative Research with Kantian and Phenominological Philosophy
Interviews in Qualitative Research with Kantian and Phenominological Philosophy
 
Complexity and Scenario Planning
Complexity and Scenario PlanningComplexity and Scenario Planning
Complexity and Scenario Planning
 
Participatoy governance and conflict resolution thailand pdf
Participatoy governance and conflict resolution thailand pdfParticipatoy governance and conflict resolution thailand pdf
Participatoy governance and conflict resolution thailand pdf
 
Crossing the Rubicon: Post Covid-19 Policy
Crossing the Rubicon: Post Covid-19 PolicyCrossing the Rubicon: Post Covid-19 Policy
Crossing the Rubicon: Post Covid-19 Policy
 
Institutionalism Theory on Budgeting
Institutionalism Theory on BudgetingInstitutionalism Theory on Budgeting
Institutionalism Theory on Budgeting
 

Recently uploaded

Sugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdf
Sugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdfSugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdf
Sugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdfDharma Homoeopathy
 
Digital Healthcare: The Future of Medical Consultations
Digital Healthcare: The Future of Medical ConsultationsDigital Healthcare: The Future of Medical Consultations
Digital Healthcare: The Future of Medical Consultationssmartcare
 
Mental Health Startup Pitch Deck Presentation
Mental Health Startup Pitch Deck PresentationMental Health Startup Pitch Deck Presentation
Mental Health Startup Pitch Deck PresentationStartupSprouts.in
 
Nose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptx
Nose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptxNose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptx
Nose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptxDr. Rabia Inam Gandapore
 
Importance of Diet on Dental Health.docx
Importance of Diet on Dental Health.docxImportance of Diet on Dental Health.docx
Importance of Diet on Dental Health.docxSachin Mittal
 
Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...
Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...
Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...aunty1x1
 
BOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptx
BOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptxBOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptx
BOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptxAnushriSrivastav
 
ASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptxASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptxAnushriSrivastav
 
💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts by ✔️🍑💃Hotel #cALL #gIRLS...
💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts  by ✔️🍑💃Hotel #cALL #gIRLS...💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts  by ✔️🍑💃Hotel #cALL #gIRLS...
💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts by ✔️🍑💃Hotel #cALL #gIRLS...aunty1x1
 
Dehradun ❤CALL Girls 8901183002 ❤ℂall Girls IN Dehradun ESCORT SERVICE❤
Dehradun ❤CALL Girls  8901183002 ❤ℂall  Girls IN Dehradun ESCORT SERVICE❤Dehradun ❤CALL Girls  8901183002 ❤ℂall  Girls IN Dehradun ESCORT SERVICE❤
Dehradun ❤CALL Girls 8901183002 ❤ℂall Girls IN Dehradun ESCORT SERVICE❤aunty1x2
 
ASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptxASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptxAnushriSrivastav
 
Myopia Management & Control Strategies.pptx
Myopia Management & Control Strategies.pptxMyopia Management & Control Strategies.pptx
Myopia Management & Control Strategies.pptxRitonDeb1
 
Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)
Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)
Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)Chris Shade
 
Master the Art of Yoga with Joga Yoga Training
Master the Art of Yoga with Joga Yoga TrainingMaster the Art of Yoga with Joga Yoga Training
Master the Art of Yoga with Joga Yoga TrainingJoga Yoga Training
 
Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...
Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...
Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...GQ Research
 
CHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdf
CHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdfCHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdf
CHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdfSachin Sharma
 
CHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdf
CHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdfCHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdf
CHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdfSachin Sharma
 
Jaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model Safe
Jaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model SafeJaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model Safe
Jaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model Safeaunty1x1
 
Storage_of _Bariquin_Components_in_Storage_Boxes.pptx
Storage_of _Bariquin_Components_in_Storage_Boxes.pptxStorage_of _Bariquin_Components_in_Storage_Boxes.pptx
Storage_of _Bariquin_Components_in_Storage_Boxes.pptxBariquins
 
Virtual Health Platforms_ Revolutionizing Patient Care.pdf
Virtual Health Platforms_ Revolutionizing Patient Care.pdfVirtual Health Platforms_ Revolutionizing Patient Care.pdf
Virtual Health Platforms_ Revolutionizing Patient Care.pdfsmartcare
 

Recently uploaded (20)

Sugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdf
Sugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdfSugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdf
Sugar Medicine_ Natural Homeopathy Remedies for Blood Sugar Management.pdf
 
Digital Healthcare: The Future of Medical Consultations
Digital Healthcare: The Future of Medical ConsultationsDigital Healthcare: The Future of Medical Consultations
Digital Healthcare: The Future of Medical Consultations
 
Mental Health Startup Pitch Deck Presentation
Mental Health Startup Pitch Deck PresentationMental Health Startup Pitch Deck Presentation
Mental Health Startup Pitch Deck Presentation
 
Nose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptx
Nose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptxNose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptx
Nose-Nasal Cavity & Paranasal Sinuses BY Dr.Rabia Inam Gandapore.pptx
 
Importance of Diet on Dental Health.docx
Importance of Diet on Dental Health.docxImportance of Diet on Dental Health.docx
Importance of Diet on Dental Health.docx
 
Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...
Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...
Notify ME 89O1183OO2 #cALL# #gIRLS# In Chhattisgarh By Chhattisgarh #ℂall #gI...
 
BOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptx
BOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptxBOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptx
BOWEL ELIMINATION BY ANUSHRI SRIVASTAVA.pptx
 
ASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptxASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF URINAL BY ANUSHRI SRIVASTAVA.pptx
 
💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts by ✔️🍑💃Hotel #cALL #gIRLS...
💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts  by ✔️🍑💃Hotel #cALL #gIRLS...💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts  by ✔️🍑💃Hotel #cALL #gIRLS...
💃Joint ❤89011-83002❤ #ℂALL #gIRLS Ludhiana Escorts by ✔️🍑💃Hotel #cALL #gIRLS...
 
Dehradun ❤CALL Girls 8901183002 ❤ℂall Girls IN Dehradun ESCORT SERVICE❤
Dehradun ❤CALL Girls  8901183002 ❤ℂall  Girls IN Dehradun ESCORT SERVICE❤Dehradun ❤CALL Girls  8901183002 ❤ℂall  Girls IN Dehradun ESCORT SERVICE❤
Dehradun ❤CALL Girls 8901183002 ❤ℂall Girls IN Dehradun ESCORT SERVICE❤
 
ASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptxASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptx
ASSISTING WITH THE USE OF BED PAN BY ANUSHRI SRIVASTAVA.pptx
 
Myopia Management & Control Strategies.pptx
Myopia Management & Control Strategies.pptxMyopia Management & Control Strategies.pptx
Myopia Management & Control Strategies.pptx
 
Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)
Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)
Chris Shade BS MEd MS LPC-Associate "Presume" (What Do I Do?)
 
Master the Art of Yoga with Joga Yoga Training
Master the Art of Yoga with Joga Yoga TrainingMaster the Art of Yoga with Joga Yoga Training
Master the Art of Yoga with Joga Yoga Training
 
Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...
Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...
Healthcare Companion Robots: Key Features and Functionalities, Benefits, Chal...
 
CHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdf
CHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdfCHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdf
CHAPTER- 1 SEMESTER V NATIONAL-POLICIES-AND-LEGISLATION.pdf
 
CHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdf
CHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdfCHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdf
CHAPTER- 1 SEMESTER - V NATIONAL HEALTH PROGRAMME RELATED TO CHILD.pdf
 
Jaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model Safe
Jaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model SafeJaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model Safe
Jaipur @ℂall @Girls ꧁❤8901183002❤꧂@ℂall @Girls Service Vip Top Model Safe
 
Storage_of _Bariquin_Components_in_Storage_Boxes.pptx
Storage_of _Bariquin_Components_in_Storage_Boxes.pptxStorage_of _Bariquin_Components_in_Storage_Boxes.pptx
Storage_of _Bariquin_Components_in_Storage_Boxes.pptx
 
Virtual Health Platforms_ Revolutionizing Patient Care.pdf
Virtual Health Platforms_ Revolutionizing Patient Care.pdfVirtual Health Platforms_ Revolutionizing Patient Care.pdf
Virtual Health Platforms_ Revolutionizing Patient Care.pdf
 

Multipleregression covidmobility and Covid-19 policy recommendation

  • 1. Mobility Tracking During Covid-19: A Multiple Regression Analysis Kan Yuenyong Presented: Wednesday, September 8, 2021, Revised: Thursday, September 23, 2021 GSPA NIDA DA8120 Quantitative Research II
  • 2. Why This Paper? • Multiple Regression Analysis and Covid-19 policy is the contemporary agenda • It demonstrates how to use Python to do data wrangler, to use R to do statistical analysis, and is enable to publish in standard academic journal • Data source from Descartes Labs, a spinoff startup from the Los Alamos National Laboratory • Open Data, can be accessed at http://github.com/ descarteslabs/DL-COVID-19. • A chance to compare between: (1) Apple mobility trend report, (2) Google community reports, (3) Twitter mobility report, and (4) Descartes Labs’ Mobility report
  • 3.
  • 4. What is Descartes Lab? • Descartes Labs is building a digital twin of the world by applying machine learning to satellite imagery and other massive data sets, such as weather data, pricing and customer data. The solution is based in the cloud, which means it can scale storage for the massive data sets, and scale compute capability to enable analysis results and data to be returned more quickly. • The Descartes Labs data refinery offers geographic data including the entire library of satellite data from the NASA Landsat and ESA Sentinel missions, the entire Airbus OneAtlas* catalog, and NOAA’s Global Surface Summary of the Day weather dataset. The data has been combined and cleaned, so it is ready for machine learning analysis. • Looking ahead, the company is building what it describes as a “digital twin” of the earth, the idea being that in doing so it can better model the imagery that it injests and link up data from different regions more seamlessly (since, after all, a climatic event in one part of the world inevitably impacts another). Notably, “digital twinning” is a common concept that we see applied in other AI-based enterprises to better predict activity: this is the approach that, for example, Forward Networks takes when building models of an enterprise’s network to determine how apps will behave and identify the reasons behind an outage. • Extracting, managing, predicting genuine big data online realtime
  • 5. A comparison between mobility data • Human mobility data provide valuable insight into how we adjust our travel behaviors during the COVID-19 pandemic. • Human mobility records from Descartes Labs, Apple, Google, and Twitter are compared. • Multi-source mobility datasets well capture the general impact of COVID-19 pandemic on mobility in the U.S. but present unique and even contrasting characteristics • The proposed responsive index quantifies the level of mobility-based reaction in response to the COVID-19 pandemic • All selected mobility datasets suggest a statistically significant positive correlation between the responsive index and median income at the U.S. county level.
  • 6. Mobility data comparison on four platforms
  • 7. Mobility data comparison on four platforms
  • 8.
  • 9. Research Question -> Policy Recommendation • Whether lockdown policy is relevant to control Covid-19 outbreak? • Do people voluntarily stay home, or because of the government’s order, or both? • How we can track people’s mobility & activity? And with what tool? • What is the model to explain lockdown policy? • Evidence-based Policy (EBP) on recommendation for the Pincer tactic: (1) a (quasi) lockdown to slowdown the spreading + (2) at least 70% of total population vaccination to build herd immunity; optimizability between national health security vs economic security • Next stage = Crossing the Rubicon (Open the country + New normal health policy to contain the Covid-19 + Full economic stimulus campaign)
  • 10. Data as of early July 2021 Data as of early September 23, 2021 Thailand Moving Average Trend in Google mobility report Orange = 7 days moving average; Dark Blue = 20 days moving average
  • 11. Original code of Google Mobility report in Thailand is from my Kaggle: https://www.kaggle.com/kanyuenyong/covid-19-community-mobility-reports-in-thailand, updated version, i.e moving average, is in my local Anaconda-Jupyter platform
  • 12.
  • 13.
  • 14.
  • 15.
  • 16. The recent available vaccine technologies Covid-19/Operation Warp Speed gao-21-319.pdf
  • 17. Researchers discover hidden SARS-CoV-2 'gate' that opens to allow COVID infection https://phys.org/news/2021-08-hidden-sars-cov-gate-covid-infection.html “N343”, a possible key to pave the way for “universal” Covid-19 therapeutic and vaccine
  • 20. Evidence-Based Policy The latest development of policy science can be called “evidence-based policy” (EBP) focusing on systems thinking that “recognizes the world as a complex system composed of a large number of influences that, for the most part, are interacting simultaneously, rather than focus on component parts in isolation” and thus a causal linkage between evidence and relevance knowledge as well as between evidence and short-term/intermediate/long-term policy outcomes. The EBP has been largely applied in health policy and medicine such as Cochrane Collaboration (C1) and the Campbell Collaboration (C2), both C1 and C2 use research synthesis and meta-analysis to assess the causally relevant outcomes as well as medical intervention (Dunn, 2018: 41).
  • 22. Possible Vaccine Approval (scenario) https://www.covid19-predictions.org/?page=editparameters
  • 24.
  • 25. Steps in Data Wrangling • The overall process of extracting the primary data (State, Date, and Mobility) involved utilizing SQL que- ries to filter out the Descartes Labs data set in groupings for the individual states of California, Florida, New York, Pennsylvania, and Texas • another partition was applied on the date in the form of a range in order to maintain consistent statewide data from March 10, 2020, to May 28, 2020. Once completed and initially filtered under the above two constraints, an API call was created from www.data.world to be read and manipulated further via the Python programming language (Python 3.8.1). Likewise, a Python script was created to preprocess the dataset by managing and organizing the filtered data into data frames • Additionally, to construct a variable for the effect or contribution of government-imposed restrictions, a logical comparison was implemented to make a binary coded variable that would take assigned values of 0 (No Restriction present) or 1 (Restriction present) based upon the respected date values from the data found in the Tracking Involuntary Government Restrictions (TIGR) Dataset. • The Cases and Deaths data were compiled from JHU CSSE, Worldometer, and IHME and integrated into the same Python script, adding on to the initial data frame. • Random sample from the source data: a random subset of the data was taken for each of the individual states (20%) via Python’s random sample() function and flattened as averages to yield distinctive data records for each date in the range • Finally, a conversion of the data's format (DataFrame to CSV) took place, which enabled the migration directly to RStudio (Version 3.6.3) for performing statistical modeling and analysis. A variety of packages were utilized in RStudio namely broom for summarizing the model results, ggplot2 as a graphical visualization tool, readr to process the CSV data file, dpylr for data manipulation, lindia [12] for creating regression diagnostic plots along with verifying linear model assumptions, and knitr [13] for printing and exporting the results of our analyses.
  • 26.
  • 27.
  • 28.
  • 29. The Mobility Model • Y=β0 + β1X1 + β2X2 + β3X3 + ε • Where Y = Mobility Index, X1 = Restriction (Policy), X2 = Cases, X3 = Deaths, ε has a normal distribution with zero mean and unit variance
  • 30.
  • 31.
  • 32.
  • 33. Future research recommendation • To tackle with high-complicated data set, Logistic model tree (LMT), a combination between Logistic regression and Model Tree Learning with supervised training algorithm will be chosen • A quantum based algorithm, i.e Deutsch-Jozsa Algorithm, a basic quantum algorithm, on a machine learning-based logistic regression problem to resolve a complex big data analytics (i.e. data from Descartes lab can be categorized in this manner) with Hadamard transformation to ultra-speeding up the simulation • • Evidence-Based Policy (EBP) is a problem of policy optimizability (between emergence/forces in complex adaptive system) practiced in the futuristic algorithmic governance (plus holacracy)
  • 34. GSPA NIDA DA8120 Quantitative Research II Q&A? END