Academic literature on the topic 'Functional bootstrapping'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Functional bootstrapping.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Functional bootstrapping"

1

Sharipov, Olimjon Sh, and Martin Wendler. "Bootstrapping covariance operators of functional time series." Journal of Nonparametric Statistics 32, no. 3 (2020): 648–66. http://dx.doi.org/10.1080/10485252.2020.1771334.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Shang, Han Lin. "Bootstrapping Long-Run Covariance of Stationary Functional Time Series." Forecasting 6, no. 1 (2024): 138–51. http://dx.doi.org/10.3390/forecast6010008.

Full text
Abstract:
A key summary statistic in a stationary functional time series is the long-run covariance function that measures serial dependence. It can be consistently estimated via a kernel sandwich estimator, which is the core of dynamic functional principal component regression for forecasting functional time series. To measure the uncertainty of the long-run covariance estimation, we consider sieve and functional autoregressive (FAR) bootstrap methods to generate pseudo-functional time series and study variability associated with the long-run covariance. The sieve bootstrap method is nonparametric (i.e
APA, Harvard, Vancouver, ISO, and other styles
3

Wang, Ruida, Xianhui Lu, Yundi Wen, et al. "Full domain functional bootstrapping using the prime cyclotomic ring." Theoretical Computer Science 1050 (September 2025): 115392. https://doi.org/10.1016/j.tcs.2025.115392.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Beutner, Eric, and Henryk Zähle. "Bootstrapping Average Value at Risk of Single and Collective Risks." Risks 6, no. 3 (2018): 96. http://dx.doi.org/10.3390/risks6030096.

Full text
Abstract:
Almost sure bootstrap consistency of the blockwise bootstrap for the Average Value at Risk of single risks is established for strictly stationary β -mixing observations. Moreover, almost sure bootstrap consistency of a multiplier bootstrap for the Average Value at Risk of collective risks is established for independent observations. The main results rely on a new functional delta-method for the almost sure bootstrap of uniformly quasi-Hadamard differentiable statistical functionals, to be presented here. The latter seems to be interesting in its own right.
APA, Harvard, Vancouver, ISO, and other styles
5

Okada, Hiroki, Shinsaku Kiyomoto, and Carlos Cid. "Integer-Wise Functional Bootstrapping on TFHE: Applications in Secure Integer Arithmetics." Information 12, no. 8 (2021): 297. http://dx.doi.org/10.3390/info12080297.

Full text
Abstract:
TFHE is a fast fully homomorphic encryption scheme proposed by Chillotti et al. in Asiacrypt’ 2018. Integer-wise TFHE is a generalized version of TFHE that can encrypt the plaintext of an integer that was implicitly presented by Chillotti et al., and Bourse et al. presented the actual form of the scheme in CRYPTO’ 2018. However, Bourse et al.’s scheme provides only homomorphic integer additions and homomorphic evaluations of a sign function. In this paper, we construct a technique for operating any 1-variable function in only one bootstrapping of the integer-wise TFHE. For applications of the
APA, Harvard, Vancouver, ISO, and other styles
6

Rondal, Jean A., and Anne Cession. "Input evidence regarding the semantic bootstrapping hypothesis." Journal of Child Language 17, no. 3 (1990): 711–17. http://dx.doi.org/10.1017/s0305000900010965.

Full text
Abstract:
ABSTRACTThe input language addressed to 18 language-learning children (MLU 1.00–3.00) was analysed so as to assess the quality of the semanticsyntactic correspondence posited by the semantic bootstrapping hypothesis. The correspondence appears to be quite satisfactory with little variation from the lower to the higher MLUs. All the persons and things referred to in the corpora were labelled by the mothers using nouns. All the actions referred to were labelled using verbs. Most of the attributive information was conveyed by adjectives. Spatial information was expressed through the use of spatia
APA, Harvard, Vancouver, ISO, and other styles
7

Xiao, Yu, Feng-Hao Liu, Yu-Te Ku, et al. "GPU Acceleration for FHEW/TFHE Bootstrapping." IACR Transactions on Cryptographic Hardware and Embedded Systems 2025, no. 1 (2024): 314–39. https://doi.org/10.46586/tches.v2025.i1.314-339.

Full text
Abstract:
Fully Homomorphic Encryption (FHE) allows computations to be performed directly on encrypted data without decryption. Despite its great theoretical potential, the computational overhead remains a major obstacle for practical applications. To address this challenge, hardware acceleration has emerged as a promising approach, aiming to achieve real-time computation across a wider range of scenarios. In line with this, our research focuses on designing and implementing a Graphic Processing Unit (GPU)-based accelerator for the third generation FHEW/TFHE bootstrapping scheme, which features smaller
APA, Harvard, Vancouver, ISO, and other styles
8

Silaban, Daniel Ebenezer, and Irsad Lubis. "BOOTSTRAPPING ANALYSIS OF NORTH SUMATRA PROVINCE INSPECTORATE PERFORMANCE." Jurnal Riset Bisnis dan Manajemen 16, no. 1 (2023): 83–90. http://dx.doi.org/10.23969/jrbm.v16i1.7228.

Full text
Abstract:
The goal of this study is to analyze the factors that influence how well the inspectorate in the province of North Sumatra performs. This research is important because it aims to evaluate the performance of the inspectorate's officials and staff in North Sumatra Province so that measures may be taken to raise employee professionalism and quality. The Smart PLS program was employed as the basis for the quantitative research approach. The research subjects were 48 officials and workers in the functional position of auditors who were taken using the Slovin technique. The results indicate that the
APA, Harvard, Vancouver, ISO, and other styles
9

Shang, Han Lin. "Double bootstrapping for visualizing the distribution of descriptive statistics of functional data." Journal of Statistical Computation and Simulation 91, no. 10 (2021): 2116–32. http://dx.doi.org/10.1080/00949655.2021.1885670.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Brodal, Gerth Stølting, and Chris Okasaki. "Optimal purely functional priority queues." Journal of Functional Programming 6, no. 6 (1996): 839–57. http://dx.doi.org/10.1017/s095679680000201x.

Full text
Abstract:
AbstractBrodal recently introduced the first implementation of imperative priority queues to supportfindMin, insertandmeldinO(1) worst-case time, anddeleteMininO(logn) worst-case time. These bounds are asymptotically optimal among all comparison-based priority queues. In this paper, we adapt Brodal's data structure to a purely functional setting. In doing so, we both simplify the data structure and clarify its relationship to the binomial queues of Vuillemin, which support all four operations inO(logn) time. Specifically, we derive our implementation from binomial queues in three steps: first,
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Functional bootstrapping"

1

Zhan, Yihui. "Bootstrapping functional M-estimators /." Thesis, Connect to this title online; UW restricted, 1996. http://hdl.handle.net/1773/8958.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Clet, Pierre-Emmanuel. "Contributions to the optimization of TFHE's functional bootstrapping for the evaluation of non-polynomial operators." Electronic Thesis or Diss., université Paris-Saclay, 2024. http://www.theses.fr/2024UPASG001.

Full text
Abstract:
Avec la création et l'utilisation incessantes de données numériques, ces dernières années ont vu naître des inquiétudes au sujet des données sensibles et personnelles. De nouvelles lois, telle que le Règlement Général sur la Protection des Données, ont alors vu le jour pour assurer le respect de la confidentialité des données des individus. Cependant, l'externalisation grandissante du traitement des données notamment avec l'apparition du "machine learning as a service" soulève la question suivante: est-il possible de laisser un tiers traiter nos données tout en les gardant confidentielles ?Une
APA, Harvard, Vancouver, ISO, and other styles
3

Kumbhare, Deepak. "3D FUNCTIONAL MODELING OF DBS EFFICACY AND DEVELOPMENT OF ANALYTICAL TOOLS TO EXPLORE FUNCTIONAL STN." VCU Scholars Compass, 2011. http://scholarscompass.vcu.edu/etd/2531.

Full text
Abstract:
Introduction: Exploring the brain for optimal locations for deep brain stimulation (DBS) therapy is a challenging task, which can be facilitated by analysis of DBS efficacy in a large number of patients with Parkinson’s disease (PD). The Unified Parkinson's Disease Rating Scale (UPDRS) scores indicate the DBS efficacy of the corresponding stimulation location in a particular patient. The spatial distribution of these clinical scores can be used to construct a functional model which closely models the expected efficacy of stimulation in the region. Designs and Methods: In this study, different
APA, Harvard, Vancouver, ISO, and other styles
4

Khalfaoui, Sameh. "Security bootstrapping for Internet of Things." Electronic Thesis or Diss., Institut polytechnique de Paris, 2022. http://www.theses.fr/2022IPPAT023.

Full text
Abstract:
La demande de services qui se basent sur l'Internet des objets (IoT) augmente de manière exponentielle, ce qui entraîne le déploiement d'un grand nombre de dispositifs. Cependant, ces dispositifs peuvent représenter une menace pour la sécurité du réseau de déploiement et un point d'entrée potentiel pour des adversaires. Il existe donc un besoin imminent de réaliser une approche d'association sécurisée des objets connectés avant qu'ils ne soient rendus opérationnels sur le réseau de l'utilisateur. Cette procédure, appelée "amorçage de la sécurité", garantit en premier lieu la confidentialité et
APA, Harvard, Vancouver, ISO, and other styles
5

Kleyn, Judith. "The performance of the preliminary test estimator under different loss functions." Thesis, University of Pretoria, 2014. http://hdl.handle.net/2263/43132.

Full text
Abstract:
In this thesis different situations are considered in which the preliminary test estimator is applied and the performance of the preliminary test estimator under different proposed loss functions, namely the reflected normal , linear exponential (LINEX) and bounded LINEX (BLINEX) loss functions is evaluated. In order to motivate the use of the BLINEX loss function rather than the reflected normal loss or the LINEX loss function, the risk for the preliminary test estimator and its component estimators derived under BLINEX loss is compared to the risk of the preliminary test estimator and
APA, Harvard, Vancouver, ISO, and other styles
6

Cardozo, Sandra Vergara. "Função da probabilidade da seleção do recurso (RSPF) na seleção de habitat usando modelos de escolha discreta." Universidade de São Paulo, 2009. http://www.teses.usp.br/teses/disponiveis/11/11134/tde-11032009-143806/.

Full text
Abstract:
Em ecologia, o comportamento dos animais é freqüentemente estudado para entender melhor suas preferências por diferentes tipos de alimento e habitat. O presente trabalho esta relacionado a este tópico, dividindo-se em três capítulos. O primeiro capitulo refere-se à estimação da função da probabilidade da seleção de recurso (RSPF) comparado com um modelo de escolha discreta (DCM) com uma escolha, usando as estatísticas qui-quadrado para obter as estimativas. As melhores estimativas foram obtidas pelo método DCM com uma escolha. No entanto, os animais não fazem a sua seleção baseados apenas em u
APA, Harvard, Vancouver, ISO, and other styles
7

Wu, Mengjiao. "Equivalence testing for identity authentication using pulse waves from photoplethysmograph." Diss., 2019. http://hdl.handle.net/2097/39461.

Full text
Abstract:
Doctor of Philosophy<br>Department of Statistics<br>Suzanne Dubnicka<br>Christopher Vahl<br>Photoplethysmograph sensors use a light-based technology to sense the rate of blood flow as controlled by the heart’s pumping action. This allows for a graphical display of a patient’s pulse wave form and the description of its key features. A person’s pulse wave has been proposed as a tool in a wide variety of applications. For example, it could be used to diagnose the cause of coldness felt in the extremities or to measure stress levels while performing certain tasks. It could also be applied to quant
APA, Harvard, Vancouver, ISO, and other styles
8

Chen, Li-Jie, and 陳立杰. "A Bootstrapping Approach to Cluster Analysis for Gene Expression Data with Incorporation of Gene Functional Similarity." Thesis, 2015. http://ndltd.ncl.edu.tw/handle/72309351459073201386.

Full text
Abstract:
碩士<br>國立臺南大學<br>資訊工程學系碩士班<br>103<br>This thesis addressed the problem of incorporating gene semantic similarity into cluster analysis of gene expression data. The purpose was to effectively enhance the biological relevance of the clustering results by simultaneously considering the two features transformed from the gene expression data and gene functional annotations. The key issue of this problem was then on the determination of appropriate feature weights. The method proposed by past related studies needed to manually adjust the feature weights to select the best results. This thesis propose
APA, Harvard, Vancouver, ISO, and other styles
9

Jabbari, Arfaee Shahab. "Bootstrap Learning of Heuristic Functions." Master's thesis, 2010. http://hdl.handle.net/10048/1589.

Full text
Abstract:
We investigate the use of machine learning to create effective heuristics for single-agent search. Our method aims to generate a sequence of heuristics from a given weak heuristic h{0} and a set of unlabeled training instances using a bootstrapping procedure. The training instances that can be solved using h{0} provide training examples for a learning algorithm that produces a heuristic h{1} that is expected to be stronger than h{0}. If h{0} is so weak that it cannot solve any of the given instances we use random walks backward from the goal state to create a sequence of successively more diff
APA, Harvard, Vancouver, ISO, and other styles
10

Roach, Lisa Aretha Nyala. "Temporal Variations in the Compliance of Gas Hydrate Formations." Thesis, 2012. http://hdl.handle.net/1807/44081.

Full text
Abstract:
Seafloor compliance is a non-intrusive geophysical method sensitive to the shear modulus of the sediments below the seafloor. A compliance analysis requires the computation of the frequency dependent transfer function between the vertical stress, produced at the seafloor by the ultra low frequency passive source-infra-gravity waves, and the resulting displacement, related to velocity through the frequency. The displacement of the ocean floor is dependent on the elastic structure of the sediments and the compliance function is tuned to different depths, i.e., a change in the elastic parameters
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Functional bootstrapping"

1

McMurry, Timothy, and Dimitris Politis. Resampling methods for functional data. Edited by Frédéric Ferraty and Yves Romain. Oxford University Press, 2018. http://dx.doi.org/10.1093/oxfordhb/9780199568444.013.7.

Full text
Abstract:
This article examines the current state of methodological and practical developments for resampling inference techniques in functional data analysis, paying special attention to situations where either the data and/or the parameters being estimated take values in a space of functions. It first provides the basic background and notation before discussing bootstrap results from nonparametric smoothing, taking into account confidence bands in density estimation as well as confidence bands in nonparametric regression and autoregression. It then considers the major results in subsampling and what i
APA, Harvard, Vancouver, ISO, and other styles
2

Cheng, Russell. Bootstrap Analysis. Oxford University Press, 2017. http://dx.doi.org/10.1093/oso/9780198505044.003.0004.

Full text
Abstract:
Parametric bootstrapping (BS) provides an attractive alternative, both theoretically and numerically, to asymptotic theory for estimating sampling distributions. This chapter summarizes its use not only for calculating confidence intervals for estimated parameters and functions of parameters, but also to obtain log-likelihood-based confidence regions from which confidence bands for cumulative distribution and regression functions can be obtained. All such BS calculations are very easy to implement. Details are also given for calculating critical values of EDF statistics used in goodness-of-fit
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Functional bootstrapping"

1

Okada, Hiroki, Shinsaku Kiyomoto, and Carlos Cid. "Integerwise Functional Bootstrapping on TFHE." In Lecture Notes in Computer Science. Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-62974-8_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Liu, Zeyu, and Yunhao Wang. "Relaxed Functional Bootstrapping: A New Perspective on BGV/BFV Bootstrapping." In Lecture Notes in Computer Science. Springer Nature Singapore, 2024. https://doi.org/10.1007/978-981-96-0875-1_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Xu, Yan, Li-Ping Wang, and Huaxiong Wang. "Amortized Functional Bootstrapping for Homomorphic Evaluation of Encrypted Functions." In Lecture Notes in Computer Science. Springer Nature Singapore, 2024. https://doi.org/10.1007/978-981-97-8801-9_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Xia, Han, Feng-Hao Liu, and Han Wang. "More Efficient Functional Bootstrapping for General Functions in Polynomial Modulus." In Lecture Notes in Computer Science. Springer Nature Switzerland, 2024. https://doi.org/10.1007/978-3-031-78023-3_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Li, Zhihao, Benqiang Wei, Ruida Wang, Xianhui Lu, and Kunpeng Wang. "Full Domain Functional Bootstrapping with Least Significant Bit Encoding." In Information Security and Cryptology. Springer Nature Singapore, 2024. http://dx.doi.org/10.1007/978-981-97-0942-7_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Xu, Yan, Guizhen Zhu, Huaxiong Wang, and Li-Ping Wang. "Large-Plaintext Functional Bootstrapping with Small Parameters for BGV Encoding." In Lecture Notes in Computer Science. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-75757-0_13.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Bendoukha, Adda-Akram, Pierre-Emmanuel Clet, Aymen Boudguiga, and Renaud Sirdey. "Optimized Stream-Cipher-Based Transciphering by Means of Functional-Bootstrapping." In Data and Applications Security and Privacy XXXVII. Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-37586-6_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Clet, Pierre-Emmanuel, Aymen Boudguiga, Renaud Sirdey, and Martin Zuber. "ComBo: A Novel Functional Bootstrapping Method for Efficient Evaluation of Nonlinear Functions in the Encrypted Domain." In Progress in Cryptology - AFRICACRYPT 2023. Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-37679-5_14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Liu, Zeyu, and Yunhao Wang. "Amortized Functional Bootstrapping in Less than 7 ms, with $$\tilde{O}(1)$$ Polynomial Multiplications." In Advances in Cryptology – ASIACRYPT 2023. Springer Nature Singapore, 2023. http://dx.doi.org/10.1007/978-981-99-8736-8_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Csörgő, Miklós, Sándor Csörgő, and Lajos Horváth. "Bootstrapping Empirical Functions." In An Asymptotic Theory for Empirical Reliability and Concentration Processes. Springer New York, 1986. http://dx.doi.org/10.1007/978-1-4615-6420-1_17.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Functional bootstrapping"

1

"Bootstrapping functional data: a study of distributional property of sample eigenvalues." In 19th International Congress on Modelling and Simulation. Modelling and Simulation Society of Australia and New Zealand (MSSANZ), Inc., 2011. http://dx.doi.org/10.36334/modsim.2011.aa.shang.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Weiss, Benjamin M., Joshua M. Hamel, Mark A. Ganter, and Duane W. Storti. "Data-Driven Additive Manufacturing Constraints for Topology Optimization." In ASME 2018 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2018. http://dx.doi.org/10.1115/detc2018-85391.

Full text
Abstract:
The topology optimization (TO) of structures to be produced using additive manufacturing (AM) is explored using a data-driven constraint function that predicts the minimum producible size of small features in different shapes and orientations. This shape- and orientation-dependent manufacturing constraint, derived from experimental data, is implemented within a TO framework using a modified version of the Moving Morphable Components (MMC) approach. Because the analytic constraint function is fully differentiable, gradient-based optimization can be used. The MMC approach is extended in this wor
APA, Harvard, Vancouver, ISO, and other styles
3

Page, Alvaro, Noelia López, William Ricardo Venegas, and Pilar Serra. "Comparación de la normalización lineal de la escala de tiempos con el registro funcional continuo en movimientos cíclicos del cuello." In 11 Simposio CEA de Bioingeniería. Editorial Universitat Politècnica de València, 2019. http://dx.doi.org/10.4995/ceabioing.2019.10027.

Full text
Abstract:
La normalización de la escala de tiempos es un paso necesario para aplicar las técnicas de análisis de datos funcionales al estudio de los movimientos humanos. La técnica estándar es la normalización lineal que, a pesar de su sencillez, puede ser ineficaz para reducir la variabilidad en la duración de los eventos [1]. Una alternativa es el registro continuo que supone ajustar de forma no lineal la escala de tiempos [2]. En este caso, la información temporal se mantiene en las funciones warping, que relacionan el tiempo modificado frente al promedio. No obstante, este procedimiento es complejo
APA, Harvard, Vancouver, ISO, and other styles
4

Vahdat, Kimia, and Sara Shashaani. "Non-Parametric Uncertainty Bias and Variance Estimation via Nested Bootstrapping and Influence Functions." In 2021 Winter Simulation Conference (WSC). IEEE, 2021. http://dx.doi.org/10.1109/wsc52266.2021.9715420.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Kumar Podder, Subir, and Spriha Podder. "Leveraging Radial Basis Function Regression and Bootstrapping for Price Adjustments in Road Contracts." In International Conference on Transportation and Development 2025. American Society of Civil Engineers, 2025. https://doi.org/10.1061/9780784486207.062.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Luo, Zhenjun, and Jian S. Dai. "Patterned Bootstrap: A New Method Which Gives Efficiency for Precision Position Synthesis of Planar Linkages." In ASME 2005 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2005. http://dx.doi.org/10.1115/detc2005-84658.

Full text
Abstract:
This paper presents a new method, termed as patterned bootstrap (PB), which is suitable for precision position synthesis of planar linkages. The method solves a determined system of equations using a new bootstrapping strategy. In principle, a randomly generated starting point is advanced to a final solution through solving a number of intermediate systems. The structure and the associated parameters of each intermediate system is defined as a pattern. In practice, a PB procedure generally consists of two levels: an upper level which controls the transition of patterns, and a lower level which
APA, Harvard, Vancouver, ISO, and other styles
7

Wei, Hua, Deheng Ye, Zhao Liu, et al. "Boosting Offline Reinforcement Learning with Residual Generative Modeling." In Thirtieth International Joint Conference on Artificial Intelligence {IJCAI-21}. International Joint Conferences on Artificial Intelligence Organization, 2021. http://dx.doi.org/10.24963/ijcai.2021/492.

Full text
Abstract:
Offline reinforcement learning (RL) tries to learn the near-optimal policy with recorded offline experience without online exploration.Current offline RL research includes: 1) generative modeling, i.e., approximating a policy using fixed data; and 2) learning the state-action value function. While most research focuses on the state-action function part through reducing the bootstrapping error in value function approximation induced by the distribution shift of training data, the effects of error propagation in generative modeling have been neglected. In this paper, we analyze the error in gene
APA, Harvard, Vancouver, ISO, and other styles
8

Lacaze, Sylvain, and Samy Missoum. "A Generalized “Max-Min” Sample for Reliability Assessment With Dependent Variables." In ASME 2014 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2014. http://dx.doi.org/10.1115/detc2014-34051.

Full text
Abstract:
This paper introduces a novel approach for reliability assessment with dependent variables. In this work, the boundary of the failure domain, for a computational problem with expensive function evaluations, is approximated using a Support Vector Machine and an adaptive sampling scheme. The approximation is sequentially refined using a new adaptive sampling scheme referred to as generalized “max-min”. This technique efficiently targets high probability density regions of the random space. This is achieved by modifying an adaptive sampling scheme originally tailored for deterministic spaces (Exp
APA, Harvard, Vancouver, ISO, and other styles
9

Voeikova, Maria D. "MORPHONOLOGICAL PROPERTIES OF NOUNS WITH -KA ELEMENT IN THE FINAL PART." In 49th International Philological Conference in Memory of Professor Ludmila Verbitskaya (1936–2019). St. Petersburg State University, 2022. http://dx.doi.org/10.21638/11701/9785288062353.13.

Full text
Abstract:
Nouns containing -ka in their final part have some distinct common properties: they have homogeneous and salient inflectional endings and belong to most frequent (1st and 2nd) declension classes, they are mostly built with several productive derivation patterns and therefore, gain in type and token frequency. This paper addresses some other, not so obvious particularities of this morphonological group. Their accentual types in several case forms tend to be connected with certain semantic groups (e. g., four syllabic masculine nouns in the genitive mostly denote masculine nouns meaning occupati
APA, Harvard, Vancouver, ISO, and other styles
10

Zeng, Zizhen, Shanpu Shen, Bo Wang, Johan J. Estrada-Lopez, Ross Murch, and Edgar Sanchez-Sinencio. "An Ultra-low-power Power Management Circuit with Output Bootstrapping and Reverse Leakage Reduction Function for RF Energy Harvesting." In 2020 IEEE/MTT-S International Microwave Symposium (IMS). IEEE, 2020. http://dx.doi.org/10.1109/ims30576.2020.9224098.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!