[Translation temporarily unavailable. Please try again.]
याचा अर्थ असा की, द्रव्यमानाच्या बदलामुळे द्रव्यमानाच्या गतीचा वेग बदलतो.
तुम्ही टाइप करतेवेळी परिणाम अद्ययावत केले जातात.
या कॅल्क्युलेटरविषयी
you haveasmall sample of data, you can use the CV to calculate the relative variability of the data set. The CV is the coefficient of variation of the sample. The coefficient of variation is the ratio of the standard deviation to the mean of the sample. The coefficient of variation is the ratio of the standard deviation to the mean of the sample. The coefficient of variation is the ratio of the standard deviation to the mean of the sample. The coefficient of variation is the ratio of the standard deviation to the mean of the sample.TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:TheWorked example:
वारंवार विचारले जाणारे प्रश्न
याचा अर्थ काय?
15% पेक्षा कमी CV नेहमी कमी (संतुलित) भिन्नता आणि 30% पेक्षा जास्त तुलनेने उच्च मानले जाते. नेहमी आपल्या क्षेत्रासाठी सामान्य मूल्यांविरुद्ध निर्णय घ्या.
या बदलाची कारणे कशी आहेत हे समजू शकले नाही.
जेव्हा सरासरी शून्यच्या जवळ येते तेव्हा सीव्ही अविश्वसनीय असते, कारण छोट्या सरासरीने विभाजन केल्यास ते विस्फोट होते, आणि नकारात्मक मूल्ये किंवा वास्तविक शून्य बिंदू नसलेल्या डेटासाठी हे अर्थपूर्ण नाही, जसे की सेल्शियस तापमान.
याचे कारण म्हणजे, त्याचे वजन कसे मोजले जाते?
100% पेक्षा जास्त गुण मिळविणाऱ्या खेळाडूला 100% गुण मिळतील, तर 100% पेक्षा कमी गुण मिळवणाऱ्या खेळाडूला 100% गुण मिळतील, तर 100% पेक्षा कमी गुण मिळवणाऱ्या खेळाडूला 100% गुण मिळतील.
या संकल्पनेचा वापर केवळ लिंगभावाच्या आधारावर न करता इतरही कारणांसाठी केला जातो.
मानक विचलन माहितीच्या एकक व आकाराशी संबंधित आहे, म्हणून तुम्ही सेंटिमीटर अंतर्गत उंचीच्या प्रसारासह डॉलर अंतर्गत किंमतीच्या प्रसाराचे योग्यरित्या तुलना करू शकत नाही. सरासरी अंतर्गत विभाजन एकके काढून टाकते, तुम्हाला पूर्णपणे भिन्न माहितीसंच अंतर्गत संबंधित स्थिरता तुलना करण्यास परवानगी देते.
याचे कारण म्हणजे त्याचे प्रमाण हे स्थिरांकाच्या मानाने कमी आहे.
होय. संबंधित मानक विचलन (RSD) हे टक्केवारीने व्यक्त केलेल्या बदलाच्या गुणोत्तरासाठी दुसरे नाव आहे; दोन शब्द परस्पर बदलू शकतात.
या योजनेत शेतकरी किंवा शेतकरी कुटुंबातील व्यक्तींना लाभ मिळेल.
संख्या मोठे समुह पासून काढलेले उपसमूह असल्यावर नमूना पर्यायचा वापर करा, व संपूर्ण समुह असल्यावर लोकसंख्या पर्यायचा वापर करा. निवड मानक विचलन थोडे बदलविते व म्हणून CV, विशेषतः लहान माहितीसंच करीता.
API — कोड पासून हे कॅल्क्युलेटर वापरा
या कॅल्क्युलेटरला मोफत JSON अंतबिंदू म्हणून कॉल करा - कुठलीही कि आवश्यक नाही. खालील क्षेत्र मूल्ये क्वेरी पेरेन्ट किंवा JSON म्हणून पाठवा. पूर्ण API दस्तऐवजीकरण वाचा →
अंतबिंदू
GET https://calculator.free/api/v1/coefficient-of-variation/
curl
curl "https://calculator.free/api/v1/coefficient-of-variation/?numbers=10, 12, 14, 16, 18&type=sample"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/coefficient-of-variation/?" + new URLSearchParams({
"numbers": "10, 12, 14, 16, 18",
"type": "sample"
}));
const data = await r.json();
console.log(data.results);
याचे परिणाम केवळ सामान्य मार्गदर्शनासाठी आहेत, आर्थिक, वैद्यकीय किंवा कर सल्लागार नाही.