نتایج جستجو برای: spline function

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

Journal: :BMC Medical Research Methodology 2019

Journal: :Journal of Computational and Applied Mathematics 2014

B. Hassani, S. M. Tavakkoli ,

A new method for structural topology optimization is introduced which employs the Isogeometric Analysis (IA) method. In this approach, an implicit function is constructed over the whole domain by Non-Uniform Rational B-Spline (NURBS) basis functions which are also used for creating the geometry and the surface of solution of the elasticity problem. Inspiration of the level set method zero level...

Journal: :journal of artificial intelligence in electrical engineering 2015
mohammad reza sayyed noorani pouya nourfar

in this paper we intend to generate some set of optimal trajectories according to the number of control points has been applied for parameterizing those using b-spline curves. the trajectories are used to generate an optimal locomotion gait in a crawling worm-like robot. due to gait design considerations it is desired to minimize the required torques in a cycle of gait. similar to caterpillars,...

2011
Carl de Boor

A personal account of the author's encounters with multivariate splines during their early history. 1 Tensor product spline interpolation My first contact with multivariate splines occurred in August 1960. In my first year at the Harvard Graduate School, working as an RA for Garrett Birkhoff, I had not done too well but, nevertheless, had gotten married and so needed a better income than the RA...

Journal: :CoRR 2013
Zoran H. Peric Lazar Velimirovic Miomir Stankovic Aleksandra Z. Jovanovic Dragan Antic

In this paper the approximation of the optimal compressor function using the first-degree spline functions and quadratic spline functions is done. Coefficients on which we form approximative spline functions are determined by solving equation systems that are formed from treshold conditions. For Gaussian source at the input of the quantizer, using the obtained approximate spline functions a com...

1966
Carl de Boor Robert E. Lynch

0. Introduction. It is the purpose of this note to show that the several minimum properties of odd degree polynomial spline functions [4, 18] all derive from the fact that spline functions are representers of appropriate bounded linear functionals in an appropriate Hilbert space. (These results were first announced in Notices, Amer. Math. Soc., 11 (1964) 681.) In particular, spline interpolatio...

Journal: :Computational Statistics & Data Analysis 2009
Sue J. Welham Robin Thompson

For a smoothing spline or general penalized spline model, the smoothing parameter can be estimated using residual maximum likelihood (REML) methods by expressing the spline in the form of a mixed model. The possibility of bimodality in the profile log-likelihood function for the smoothing parameter of these penalized spline mixed models is demonstrated. A canonical transformation into independe...

Journal: :Applied Mathematics and Computation 2014
Dominique Michel Hamid Mraoui Driss Sbibih Ahmed Zidna

In this paper, we present an easy and e cient method for computing the range of a function by using spline quasi-interpolation. We exploit the close relationship between the spline function and its control polygon and use tight subdivision technique in order to obtain monotonic splines which make the range of the spline easy to compute. The proposed method is useful in case of given scattered d...

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

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

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"; } -->