نتایج جستجو برای: linear regression elevation

تعداد نتایج: 799403  

2010
Bengt Carlsson

This material is compiled for the course Empirical Modelling. Sections marked with a star (∗) are not central in the courses. The main source of inspiration when writing this text has been Chapter 4 in the book ”System Identification” by Söderström and Stoica (Prentice Hall, 1989) which also may be consulted for a more thorough treatment of the material presented here. The book is available for...

2011
Guy Lebanon

Linear regression is probably the most popular model for predicting a RV Y ∈ R based on multiple RVs X1, . . . , Xd ∈ R. It predicts a numeric variable using a linear combination of variables ∑ θiXi where the combination coefficients θi are determined by minimizing the sum of squared prediction error on the training set. We use below the convention that the first variable is always one i.e., X1...

2008
H. Krieger

Probablistic Model: We start with the assumption that prior to starting a sequence of experiments we have a family of random variables with means that vary linearly with respect to some deterministic independent variable. That is, there exist an intercept β0 and a slope β1 such that for each value of the independent variable x, we have a random variable Y with mean β0 + β1x. We are then given p...

Journal: :iranian journal of fuzzy systems 2008
a. r. arabpour m. tata

fuzzy linear regression models are used to obtain an appropriate linear relation between a dependent variable and several independent variables in a fuzzy environment. several methods for evaluating fuzzy coefficients in linear regression models have been proposed. the first attempts at estimating the parameters of a fuzzy regression model used mathematical programming methods. in this the...

Journal: :مجله بهداشت محیط و توسعه پایدار 0
parvaneh talebihematabadi msc student, department of natural recourses engineering, branch of environmental pollution, school of agriculture and natural resources, islamic azad university of meybod, yazd, iran. hadi zarei mahmoud abadi assistant professor, department of environment, college of agriculture and natural resources, islamic azad university of meybod, yazd, iran. hadi eslami phd candidate,environmental science and technology research center, department of environmental health engineering, school of public health, shahidsadoughi university of medical sciences, yazd, iran.

introduction: the development of an appropriate model for the quality control of an industrial wastewater treatment system can save the time as well as the cost. this study was performed to determine an appropriate model in order to predict the cod and tkn parameters by bod5 and nh4+ in the meybod industrial estate waste water treatment plant (wwtp). methods: this descriptive – analytical study...

Journal: :iranian journal of applied animal science 2015
m. sedghi k. tayebipoor b. poursina m. eman toosi p. soleimani roudi

Journal: :energy equipment and systems 0
behzad elhami department of agricultural machinery engineering, faculty of agricultural engineering and technology, university of tehran, karaj, iran asadollah akram department of agricultural machinery engineering, faculty of agricultural engineering and technology, university of tehran, karaj, iran majid khanali department of agricultural machinery engineering, faculty of agricultural engineering and technology, university of tehran, karaj, iran seyed hashem mousavi-avval department of agricultural machinery engineering, faculty of agricultural engineering and technology, university of tehran, karaj, iran

in the present study, the energetic and economic modeling of lentil and chickpea production in esfahan province of iran was conducted using adaptive neuro-fuzzy inference system (anfis) and linear regression. data were taken by interviewing and visiting of 140 lentil farms and 110 chickpea farms during 2014-2015 production period. the results showed that the yield and total energy consumption w...

2014
Lili Li Yunpeng Wang

This paper uses Moderate Resolution Imaging Spectroradiometer (MODIS) data to investigate the spatial and temporal variations of aerosol optical thickness (AOT) over Guangdong, the most developed province in China, during 2010-2012. Linear regression and self-organizing maps (SOM) are used to investigate the relationship between AOT and its affecting factors, including Normalized Difference Veg...

Journal: :Forests 2022

Forest soils belong to the major carbon sinks on Earth because of their high organic matter content. from Europe store approximately 1.5 times more than trees (EC/UN-ECE 2003). As dystric cambisol (2,292,385 ha) and eutric (869,909 are most widespread forest in Romania, we studied 5958 pedogenetic horizons 6784 horizons. A series correlations was made between soil elevation, but also with tree ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->