Aa#1
Open
ShengpengZhuo wants to merge 12 commits into
Open
Conversation
- Figure out the linear relationship between temperature and pressure of air How should metrics be interpreted? - The independent varaible is temperature in the unit of Kelvein, and the dependent variable is pressure in the unit of Pascal What are appropriate use cases? - Temperature and pressure of a gas are typically two variables that fit with linear relationship, while applying ideal gas law. How is it implemented? * - Applying linear regression to the data.And we should not misuse the data. What are caveats/biases/concerns to its usage? - The data is fake, and we shoule gain real data from experiments. How to interpret this specific result and advising action/next steps - Pressure of the air is directly proportionaly to the temperature. Therfore, when we store gas tanks, we should advisely store them in cool place to avoid excess pressure in tanks.
- Figure out the linear relationship between temperature and pressure of air How should metrics be interpreted? - The independent varaible is temperature in the unit of Kelvein, and the dependent variable is pressure in the unit of Pascal What are appropriate use cases? - Temperature and pressure of a gas are typically two variables that fit with linear relationship, while applying ideal gas law. How is it implemented? * - Applying linear regression to the data.And we should not misuse the data. What are caveats/biases/concerns to its usage? - The data is fake, and we shoule gain real data from experiments. How to interpret this specific result and advising action/next steps - Pressure of the air is directly proportionaly to the temperature. Therfore, when we store gas tanks, we should advisely store them in cool place to avoid excess pressure in tanks.
commicommicommicommicommicommicommicommi commicomm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.